form
This commit is contained in:
parent
d5787f492c
commit
368959c85b
@ -1,7 +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, :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 :"
|
||||
|
Loading…
x
Reference in New Issue
Block a user