This commit is contained in:
Nicolas Bally 2011-08-22 12:23:06 +02:00
parent 368959c85b
commit 160c1704bb

View File

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