forked from bofh/fetsite
small changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
= breadcrumbs(@page)
|
||||
|
||||
%h4
|
||||
= "Page name: #{@page.name}"
|
||||
= "#{@page.name}"
|
||||
= link_to '(Edit)', edit_page_path(@page)
|
||||
= link_to '(Destroy)', @page, :remote => true, :confirm => 'Are you sure?', :method => :delete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user