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

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