fix for pagination
This commit is contained in:
parent
e1051742f2
commit
5b02e54f17
|
@ -53,9 +53,3 @@
|
|||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%=
|
||||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag :div, paginate(@registeredsites), class: "pagination pagination-centered"
|
||||
end
|
||||
%>
|
|
@ -4,6 +4,6 @@
|
|||
</span>
|
||||
<%=
|
||||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag :div, paginate(@registered_modules), class: "pagination pagination-centered"
|
||||
content_tag :div, paginate(@registeredsites), class: "pagination pagination-centered"
|
||||
end
|
||||
%>
|
Loading…
Reference in New Issue