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