Sha256: dcbe48bb85e66f5404509ae94d9d96cad1d207321ebd27e1df87609bbda8ca66

Contents?: true

Size: 477 Bytes

Versions: 14

Compression:

Stored size: 477 Bytes

Contents

- title t('.title')

- content_for :submenu do
  = render 'admin/shared/menu/settings'

- content_for :buttons do
  = admin_button_tag t('admin.snippets.index.new'), new_admin_snippet_url, :class => 'new'

%p!= t('.help')

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

  = render 'form', :f => form

  = render 'admin/shared/form_actions', :back_url => admin_theme_assets_url, :button_label => :update

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/snippets/edit.html.haml
locomotive_cms-1.0.0.beta app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta5 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.4 app/views/admin/snippets/edit.html.haml