% title @page.title, false %> <% unless @page.children.empty? %>
<%= link_to "Edit", edit_admin_page_path(@page) %> | <%= link_to "Destroy", admin_page_path(@page), :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", admin_pages_path %>