5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
<%= render :partial => 'page' %>
|
||
|
|
||
|
<%= link_to 'Edit', edit_page_path({ :id => @page.title_for_url }) %> |
|
||
|
<%= link_to 'Back', pages_path %>
|