diff options
Diffstat (limited to 'app/views/pager_group_destinations/index.html.haml')
-rw-r--r-- | app/views/pager_group_destinations/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/pager_group_destinations/index.html.haml b/app/views/pager_group_destinations/index.html.haml new file mode 100644 index 0000000..8072fb7 --- /dev/null +++ b/app/views/pager_group_destinations/index.html.haml @@ -0,0 +1,6 @@ +- content_for :title, t("pager_group_destinations.index.page_title") + +- if @pager_group_destinations && @pager_group_destinations.count > 0 + = render "index_core", :pager_group_destinations => @pager_group_destinations + += render :partial => 'shared/create_link', :locals => {:child_class => PagerGroupDestination}
\ No newline at end of file |