Pagination or more link for default widget

This commit is contained in:
chris 2013-03-07 21:21:48 +08:00
parent d7d480ac12
commit 73e9a60212
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<%= render @partial %>
<% if @paginate %>
<%= paginate @data, :param_name => :page_main, :params => {:same_page_id => @page_id} %>
<% end %>
<% if @page_part.module_app %>
<% elsif @page_part.module_app %>
<%= @page_part.module_app.get_registration.default_widget_setting.link_to_more_tag(request,params) %>
<% end %>