Sha256: eb32d7610f3ed227b247d732439e8c8e9cd2fb49dd3b51d5e901e9a370264227

Contents?: true

Size: 540 Bytes

Versions: 18

Compression:

Stored size: 540 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render_cell 'locomotive/settings_menu', :show

- content_for :actions do
  = locale_picker_link

- content_for :buttons do
  = local_action_button t('locomotive.snippets.index.new'), new_snippet_path, icon: 'icon-plus'

%p!= t('.help', slug: @snippet.slug)

= semantic_form_for @snippet, url: snippet_path(@snippet), html: { class: 'save-with-shortcut' } do |form|

  = render 'form', f: form

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

Version data entries

18 entries across 18 versions & 1 rubygems

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