fix for pagination
This commit is contained in:
parent
e1051742f2
commit
5b02e54f17
|
@ -52,10 +52,4 @@
|
|||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%=
|
||||
content_tag :div, class: "bottomnav clearfix" do
|
||||
content_tag :div, paginate(@registeredsites), class: "pagination pagination-centered"
|
||||
end
|
||||
%>
|
||||
</table>
|
|
@ -2,8 +2,8 @@
|
|||
<span id="index_table">
|
||||
<%= render 'index'%>
|
||||
</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