Files
fetsite/app/views/pages/show.haml
Andreas Stephanides 96278af065 small changes
2013-03-12 15:09:39 +01:00

15 lines
311 B
Plaintext

%small
= breadcrumbs(@page)
%h4
= "#{@page.name}"
= link_to '(Edit)', edit_page_path(@page)
= link_to '(Destroy)', @page, :remote => true, :confirm => 'Are you sure?', :method => :delete
%small= "Last edited by #{@page.author} #{time_ago_in_words(@page.date)} ago."
%hr
= raw(@page.content)
%hr