Sha256: 9ba1306f53634c9d22e2a40f7738cfece13dbbfc9b7b86c27de9580974cff914

Contents?: true

Size: 556 Bytes

Versions: 11

Compression:

Stored size: 556 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, :class => 'new'

%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

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/snippets/edit.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/snippets/edit.html.haml