This commit is contained in:
Nicolas Bally 2011-08-22 12:20:40 +02:00
parent d5787f492c
commit 368959c85b

View File

@ -1,7 +1,8 @@
= semantic_form_for [:admin,@folder], :remote => true do |form| = semantic_form_for [:admin,@folder], :remote => true do |form|
.content .content
= form.inputs do = form.inputs do
= form.input :folder_type_id, :collection => Folder::FOLDER_TYPES, :label => "Type :", :as => :select =# form.input :folder_type_id, :collection => Folder::FOLDER_TYPES, :label => "Type :", :as => :select
= form.input :folder_type_id
= form.input :enabled,:as => :boolean , :label => "Actif" = form.input :enabled,:as => :boolean , :label => "Actif"
= form.input :title, :label => "Titre :" = form.input :title, :label => "Titre :"
= form.input :slug, :label => "Slug :" = form.input :slug, :label => "Slug :"