blob: 455e90e21c01849c9558c74621dc1d494d364f56 (
plain)
1
2
3
4
5
6
|
- content_for :title, t("pager_groups.index.page_title")
- if @pager_groups && @pager_groups.count > 0
= render "index_core", :pager_groups => @pager_groups
= render :partial => 'shared/create_link', :locals => {:child_class => PagerGroup}
|