2010-05-12 00:16:39 +00:00
|
|
|
- title t('.title')
|
|
|
|
|
|
|
|
- content_for :head do
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_javascripts :asset_collections
|
2010-05-12 00:16:39 +00:00
|
|
|
|
|
|
|
- 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
|
|
|
|
2010-07-13 00:46:17 +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
|