summaryrefslogtreecommitdiff
path: root/app/views/gs_nodes/index.html.haml
blob: 4670cef01aecb2c307701973a9a11cf96d93a266 (plain)
1
2
3
4
5
6
- title t("gs_nodes.index.page_title")

- if @gs_nodes && @gs_nodes.count > 0
  = render "index_core", :gs_nodes => @gs_nodes

= render :partial => 'shared/create_link', :locals => {:child_class => GsNode}