13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
= semantic_form_for [:admin, @home_block], :remote => true do |form|
|
|
|
|
|
|
= form.inputs do
|
|
= form.input :title, :label => "Title :"
|
|
= form.input :description,:as => :text , :label => "Description :"
|
|
= form.input :cible, :label => "Cible :" , :as => :qi_cible_select
|
|
|
|
.actions
|
|
= form.submit "Sauvegarder"
|
|
|
|
|