PostText/templates/moderator/flagged.html.ep

11 lines
209 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}) { =%>
2022-12-08 16:49:59 -05:00
<li><%= link_to $link, $link %></li>
2022-12-08 15:54:46 -05:00
<% } =%>
</ul>
<% } =%>