diff options
Diffstat (limited to 'app/views/gs_nodes/index.html.haml')
-rw-r--r-- | app/views/gs_nodes/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/gs_nodes/index.html.haml b/app/views/gs_nodes/index.html.haml new file mode 100644 index 0000000..4670cef --- /dev/null +++ b/app/views/gs_nodes/index.html.haml @@ -0,0 +1,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}
\ No newline at end of file |