Howto

Change page title

Click on the title or path of a page. Enter the new title and click save.

Change page path

Click on the title or path of a page. Enter the new path and click save.

Change page content

  1. Click on the "Go to page" link for the page you want to change.
  2. Press down the Ctrl + Esc keys.
  3. Select a section and click on the pen icon.
  4. Enter your new content and click the save button.

View a page

Click on the "Go to page" link.

Pages


<% @pages.sort{|a,b| a.path <=> b.path}.each do |page| %> "> <% end %>
Title Path Actions
<%= 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" %>

<%= link_to "Add page", new_page_path, :class => 'new-page-link btn' %> <% content_for :inline_javascript do %> <% end %>