Pages

<% @pages.each do |page| %> <% end %>
Name Path Article Layout Default Actions
<%= page.name %> <%= page.path %> <%= page.article.name if page.article.present? %> <%= page.layout.path %> <%= page.default %> <%= link_to 'Edit', kuztuscms.edit_page_path(page), :class => 'btn btn-mini' %> <%= link_to 'Destroy', kuztuscms.page_path(page), :method => :delete, :confirm => 'Are you sure?', :class => 'btn btn-mini btn-danger' %>
<%= link_to 'New', kuztuscms.new_page_path, :class => 'btn btn-primary' %>