added pagination

This commit is contained in:
Harry Bomrah 2014-12-30 20:15:09 +08:00
parent 92eabd3be7
commit b80460a569
1 changed files with 7 additions and 1 deletions

View File

@ -52,4 +52,10 @@
</tr>
<% end %>
</tbody>
</table>
</table>
<%=
content_tag :div, class: "bottomnav clearfix" do
content_tag :div, paginate(@registeredsites), class: "pagination pagination-centered"
end
%>