added pagination
This commit is contained in:
parent
92eabd3be7
commit
b80460a569
|
@ -53,3 +53,9 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<%=
|
||||||
|
content_tag :div, class: "bottomnav clearfix" do
|
||||||
|
content_tag :div, paginate(@registeredsites), class: "pagination pagination-centered"
|
||||||
|
end
|
||||||
|
%>
|
Loading…
Reference in New Issue