Pagination or more link for default widget
This commit is contained in:
parent
d7d480ac12
commit
73e9a60212
|
@ -1,7 +1,6 @@
|
||||||
<%= render @partial %>
|
<%= render @partial %>
|
||||||
<% if @paginate %>
|
<% if @paginate %>
|
||||||
<%= paginate @data, :param_name => :page_main, :params => {:same_page_id => @page_id} %>
|
<%= paginate @data, :param_name => :page_main, :params => {:same_page_id => @page_id} %>
|
||||||
<% end %>
|
<% elsif @page_part.module_app %>
|
||||||
<% if @page_part.module_app %>
|
|
||||||
<%= @page_part.module_app.get_registration.default_widget_setting.link_to_more_tag(request,params) %>
|
<%= @page_part.module_app.get_registration.default_widget_setting.link_to_more_tag(request,params) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue