added pagination

This commit is contained in:
Harry Bomrah 2014-12-30 20:14:41 +08:00
parent bd5822418b
commit 17845bf0a9
1 changed files with 6 additions and 1 deletions

View File

@ -40,4 +40,9 @@
<% end %>
<% end %>
</tbody>
</table>
</table>
<%=
content_tag :div, class: "bottomnav clearfix" do
content_tag :div, paginate(@registered_modules), class: "pagination pagination-centered"
end
%>