This commit is contained in:
albert
2011-07-02 21:04:29 -04:00
parent e9bab19d51
commit bd3af50e10
16 changed files with 94 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
<div id="c-notes">
<div id="a-index">
<table width="100%">
<table width="100%" class="striped">
<thead>
<tr>
<th>Post</th>
@@ -22,6 +22,10 @@
<% end %>
</tbody>
</table>
<div class="paginator">
<%= sequential_paginator(@notes) %>
</div>
</div>
</div>