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 | Actions | <% @pages.sort{|a,b| a.path <=> b.path}.each do |page| %>
---|---|---|
<%= page.title %> | <%= link_to "#{page.path}", page.path, :title => "Click to go to page" %> | <%= link_to "Edit", edit_page_path(page), :title => "Click to edit", :class => "edit-page-link" %> |