Nodes

<%= link_to new_node_path, class: 'action_button' do %> <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create node <% end %> Creates a node with no parent or kind set — for a specific page, use the wizard's create flow or "add child" from an existing node instead.
<%= will_paginate @nodes %> <% @nodes.each do |node| %> "> <% end %>
ID Title Actions Locked by Rev.
<%= node.id %>

<%= link_to title_for_node(node), node_path(node) %>

<%= link_to_path(node.unique_name, node.unique_name) %>

<%= link_to 'show', node_path(node) %> <%= link_to 'edit', edit_node_path(node) %> <%= link_to 'revisions', node_revisions_path(node) %> <%= node.lock_owner.login if node.lock_owner %> <%= node.draft ? node.draft.revision : (node.head ? node.head.revision : "EMPTY") %>
<%= will_paginate @nodes %>