blob: 357c938b06cd23af71c7a9224802837f368977e6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<h1><%= t(".title") %></h1>
<div>
<%= link_to new_node_path, class: 'action_button' do %>
<%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_node") %>
<% end %>
<span class="field_hint"><%= t(".create_hint") %></span>
</div>
<%= render 'node_list' %>
|