engine/app/views/locomotive/pages/edit.html.haml

18 lines
629 B
Plaintext
Raw Normal View History

2010-04-25 00:33:38 +00:00
- title link_to(@page.title.blank? ? @page.title_was : @page.title, '#', :rel => 'page_title', :title => t('.ask_for_title'), :class => 'editable')
- content_for :submenu do
= render 'locomotive/shared/menu/contents'
- content_for :actions do
= render 'locomotive/shared/actions/contents'
2010-04-25 00:33:38 +00:00
- content_for :buttons do
= local_action_button :show, "/#{@page.fullpath}", :class => 'show'
2010-04-25 00:33:38 +00:00
2010-07-21 23:56:42 +00:00
%p!= t('.help')
2010-04-25 00:33:38 +00:00
= semantic_form_for @page, :url => page_url(@page), :html => { :multipart => true } do |form|
2010-04-25 00:33:38 +00:00
= render 'form', :f => form
2010-07-21 23:56:42 +00:00
= render 'locomotive/shared/form_actions', :back_url => pages_url, :button_label => :update