2011-10-30 23:02:41 +00:00
|
|
|
- title t('.title')
|
|
|
|
|
|
|
|
- content_for :submenu do
|
2011-11-08 00:11:15 +00:00
|
|
|
= render_cell 'locomotive/settings_menu', :show
|
2011-10-30 23:02:41 +00:00
|
|
|
|
|
|
|
- content_for :buttons do
|
2011-11-08 14:34:25 +00:00
|
|
|
= local_action_button t('locomotive.snippets.index.new'), new_snippet_url, :class => 'new'
|
2011-10-30 23:02:41 +00:00
|
|
|
|
|
|
|
%p!= t('.help', :slug => @snippet.slug)
|
|
|
|
|
2011-10-31 23:44:23 +00:00
|
|
|
= semantic_form_for @snippet, :url => snippet_url(@snippet), :html => { :class => 'save-with-shortcut' } do |form|
|
2011-10-30 23:02:41 +00:00
|
|
|
|
|
|
|
= render 'form', :f => form
|
|
|
|
|
2011-11-08 00:11:15 +00:00
|
|
|
= render 'locomotive/shared/form_actions', :back_url => theme_assets_url, :button_label => :update
|