summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/views/haml/index.html.haml
blob: 86c6b9ecb37d2adea387eb9d7add8d7ca0fb09e4 (plain)
1
2
3
4
5
6
- title t("<%= plural_name %>.index.page_title")

- if @<%= instances_name %> && @<%= instances_name %>.count > 0
  = render "index_core", :<%= instances_name %> => @<%= instances_name %>

= render :partial => 'shared/create_link', :locals => {:child_class => <%= instances_name.classify %>}