This commit is contained in:
Harry Bomrah 2014-12-30 20:57:35 +08:00
parent 733ada2f6a
commit e1051742f2
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
<%= render_filter @filter_fields, "index_table" %>
<span id="index_table">
<%= render 'index'%>
</span>
</span>
<%=
content_tag :div, class: "bottomnav clearfix" do
content_tag :div, paginate(@registered_modules), class: "pagination pagination-centered"
end
%>