2017-09-12 21:40:55 +02:00

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"