url fix
This commit is contained in:
parent
733ada2f6a
commit
e1051742f2
|
@ -2,3 +2,8 @@
|
||||||
<span id="index_table">
|
<span id="index_table">
|
||||||
<%= render 'index'%>
|
<%= render 'index'%>
|
||||||
</span>
|
</span>
|
||||||
|
<%=
|
||||||
|
content_tag :div, class: "bottomnav clearfix" do
|
||||||
|
content_tag :div, paginate(@registered_modules), class: "pagination pagination-centered"
|
||||||
|
end
|
||||||
|
%>
|
Loading…
Reference in New Issue