PostText/templates/moderator/flagged.html.ep

11 lines
206 B
Plaintext
Raw Normal View History

% layout 'default';
% title 'Flagged Posts';
<h2><%= title %></h2>
2022-12-08 15:54:46 -05:00
<% if ($post_links->[0]) { =%>
<ul>
<% for my $link (@{$post_links}) { =%>
<%= link_to $link, $link %><br>
<% } =%>
</ul>
<% } =%>