Sha256: 2b39f3a45adcca865c29e742e5f870eb1d99fb94ad27daa5dfa02973dfc49eac

Contents?: true

Size: 677 Bytes

Versions: 18

Compression:

Stored size: 677 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, "/#{current_site.localized_page_fullpath(@page, current_content_locale)}", class: 'show', icon: 'icon-eye-open'

%p!= t('.help')

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

  = render 'form', f: form

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
locomotive_cms-2.5.7 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.6 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.6.rc2 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.6.rc1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.5 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.4 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.3 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.2 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.0 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.0.rc3 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.0.rc2 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.5.0.rc1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.4.1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.4.0 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.3.1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.3.0 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.2.3 app/views/locomotive/pages/edit.html.haml