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
|
|
|
|
|
|
|
%p!= t('.help')
|
|
|
|
|
2011-10-31 23:44:23 +00:00
|
|
|
= semantic_form_for @theme_asset, :url => theme_assets_url, :html => { :multipart => true } 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 => :create
|