Sha256: da61e690a0bb3c36371fcca554dabdbd6fbc501c85501fee3ed87979f44c3d6e

Contents?: true

Size: 629 Bytes

Versions: 11

Compression:

Stored size: 629 Bytes

Contents

- 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'

- content_for :buttons do
  = local_action_button :show, "/#{@page.fullpath}", :class => 'show'

%p!= t('.help')

= semantic_form_for @page, :url => page_url(@page), :html => { :multipart => true } do |form|

  = render 'form', :f => form

  = render 'locomotive/shared/form_actions', :back_url => pages_url, :button_label => :update

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/pages/edit.html.haml