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