engine/app/views/locomotive/snippets/new.html.haml

15 lines
358 B
Plaintext

- title t('.title')
- content_for :submenu do
= render_cell 'locomotive/settings_menu', :show
- content_for :actions do
= locale_picker_link
%p!= t('.help')
= semantic_form_for @snippet, :url => snippets_url do |form|
= render 'form', :f => form
= render 'locomotive/shared/form_actions', :back_url => theme_assets_url, :button_label => :create