Sha256: 32798e270430b33923e7e72966253bb0f67d9e7cdeff153b2eac78594d96821e

Contents?: true

Size: 537 Bytes

Versions: 8

Compression:

Stored size: 537 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_url, icon: 'icon-plus'

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

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

  = render 'form', f: form

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

Version data entries

8 entries across 8 versions & 1 rubygems

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