11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
= semantic_form_for [:admin, @home_block], :remote => true do |form|
|
|
|
|
|
|
= form.inputs do
|
|
= form.input :cible, :label => "Cible :" , :as => :qi_cible_select
|
|
|
|
.actions
|
|
= form.submit "Sauvegarder"
|
|
|
|
|