This commit is contained in:
albert
2012-02-20 15:20:48 -05:00
parent 0151d21470
commit d6f25cb2d0

View File

@@ -1,10 +1,10 @@
<div id="c-post-flags"> <div id="c-post-flags">
<div id="a-index"> <div id="a-index">
<h1>Flags</h1> <h1>Flags</h1>
<table width="100%"> <table width="100%" class="striped">
<thead> <thead>
<tr> <tr>
<th>Post</th> <th width="1%"></th>
<th>Creator</th> <th>Creator</th>
<th>Reason</th> <th>Reason</th>
</tr> </tr>
@@ -19,6 +19,8 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
<%= numbered_paginator(@post_flags) %>
</div> </div>
</div> </div>