This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/pages/show.rhtml

5 lines
140 B
Plaintext
Raw Normal View History

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