added pagination
This commit is contained in:
parent
bd5822418b
commit
17845bf0a9
|
@ -40,4 +40,9 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<%=
|
||||||
|
content_tag :div, class: "bottomnav clearfix" do
|
||||||
|
content_tag :div, paginate(@registered_modules), class: "pagination pagination-centered"
|
||||||
|
end
|
||||||
|
%>
|
Loading…
Reference in New Issue