forked from bofh/fetsite
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
<%= breadcrumbs(@page) %>
|
|
<h1><%= @page.name %></h1>
|
|
<%= raw(@page.content)%>
|
|
<hr />
|
|
<%= link_to '(Edit)', edit_page_path(@page)%>
|
|
<%= link_to '(Destroy)', @page, :remote => true, :confirm => 'Are you sure?', :method => :delete
|
|
|
|
%>
|