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 20:54:46 +00:00
<% if ($post_links->[0]) { =%>
<ul>
<% for my $link (@{$post_links}) { =%>
2022-12-08 21:49:59 +00:00
<li><%= link_to $link, $link %></li>
2022-12-08 20:54:46 +00:00
<% } =%>
</ul>
<% } =%>