Sha256: f2d052e163e8a200011171ea18321f0c4effb50e03204b63b0a686b28a830ec9

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 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_snippets_url, :button_label => :update  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/snippets/edit.html.haml
locomotive_cms-0.0.3.1 app/views/admin/snippets/edit.html.haml