summaryrefslogtreecommitdiff
path: root/app/views/nodes/index.html.erb
blob: b88eca06ef3e7be863c80cf8cdf80652e21a40d7 (plain)
1
2
3
4
5
6
7
8
<%= render "shared/page_actions",
      :title => t(".title"),
      :icon_name => "file-plus",
      :label => t(".create_node"),
      :options => [[t(".create_node"), new_node_path]],
      :hint => t(".create_hint") %>

<%= render 'node_list' %>