engine/app/views/admin/assets/new.html.haml

12 lines
380 B
Plaintext
Raw Normal View History

2010-05-12 00:16:39 +00:00
- title t('.title')
- content_for :submenu do
= render 'admin/shared/menu/assets'
%p= t('.help')
= semantic_form_for @asset, :url => admin_assets_url(@asset_collection), :html => { :multipart => true } do |form|
2010-05-12 00:16:39 +00:00
= render 'form', :f => form
= render 'admin/shared/form_actions', :back_url => edit_admin_asset_collection_url(@asset_collection), :button_label => :create