Listing pages

<% for page in @pages %> <% end %>
Node Title
<%=h page.node_id %> <%=h page.title %> <%= link_to 'Show', link_to_path(page.node.unique_path) %> <%= link_to 'Edit', edit_page_path(page) %> <%= link_to 'Destroy', page, :confirm => 'Are you sure?', :method => :delete %>

<%= link_to 'New page', new_page_path %>