% content_for :secondary do %>
Name | Title | Layout | Position | Published? | Action |
---|---|---|---|---|---|
<%= link_to page.name, admin_pages_path(:parent => page.name) %> | <%=h page.title %> | <%= page.layout_name %> | <%= page.position %> | <%= page.is_published.to_s %> | <%= link_to t(:show), page_path(page.name) %> | <%= link_to t(:edit), edit_admin_page_path(page) %> | <%= link_to t(:add_chile_page, :scope => :admin), new_admin_page_path( :parent_page_name => page.name ) %> | <%= link_to t(:delete), admin_page_path(page), :confirm => 'Are you sure?', :method => :delete %> |