Nodes

<%= will_paginate @nodes %>

<% @nodes.each do |node| %> "> <% end %>
Title Path Actions
<%= node.head.title if node.head %> <%= node.unique_name %> <%= link_to 'Show', node_path(node) %> <%= link_to 'Edit', edit_node_path(node) %> <%= link_to 'Destroy', node, :method => :delete %>

<%= will_paginate @nodes %>