summaryrefslogtreecommitdiff
path: root/app/views/gs_nodes/index.html.haml
blob: 2c4ba0bdf8b4b373310da13b0f6026a8bca37eb1 (plain)
1
2
3
4
5
6
- content_for :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}