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

18 lines
472 B
Plaintext
Raw Normal View History

2010-05-12 00:16:39 +00:00
- title t('.title')
- content_for :head do
= javascript_include_tag 'admin/asset_collections.js'
- content_for :submenu do
= render 'admin/shared/menu/assets'
2010-07-21 23:56:42 +00:00
%p!= t('.help')
2010-05-12 00:16:39 +00:00
= semantic_form_for @asset_collection, :url => admin_asset_collections_url do |f|
2010-05-12 00:16:39 +00:00
= f.inputs :name => :information do
= f.input :name
= f.input :slug, :required => false
2010-07-21 23:56:42 +00:00
2010-05-12 00:16:39 +00:00
= render 'admin/shared/form_actions', :back_url => admin_asset_collections_url, :button_label => :create