Sha256: 3481a2a5f2fe2618c9c8b446435e28cf4dbc817a32c7364fe3a40306faf6cf1a

Contents?: true

Size: 675 Bytes

Versions: 8

Compression:

Stored size: 675 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_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

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.2.1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.2.0 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.1.4 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.1.3 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.1.2 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.1.1 app/views/locomotive/pages/edit.html.haml
locomotive_cms-2.1.0 app/views/locomotive/pages/edit.html.haml