Click on the title or path of a page. Enter the new title and click save.
Click on the title or path of a page. Enter the new path and click save.
Click on the "Go to page" link.
Title | Path | <% @pages.sort{|a,b| a.path <=> b.path}.each do |page| %>|
---|---|---|
<%= link_to "#{page.title}", edit_page_path(page), :title => "Click to edit", :class => "edit-page-link" %> | <%= link_to "#{page.path}", edit_page_path(page), :title => "Click to edit", :class => "edit-page-link" %> | <%= link_to "Go to page", page.path %> |