This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<%= render :partial => 'page' %>
|
|
|
|
<% content_for :sidebar do -%>
|
|
<%= link_to 'Edit Page', edit_page_path({ :id => @page.title_for_url }) %><br />
|
|
<%= link_to 'Browse Pages', pages_path %><br />
|
|
<% end -%>
|