Nicolas Bally bc774b8159 initial
2016-12-01 10:54:16 +01:00

11 lines
269 B
Plaintext

= semantic_form_for [:admin,@big_menu], :remote => true do |form|
.content
= form.inputs do
= form.input :name, :label => "Titre :"
= form.input :image_file_id, :label => "Image :" , :as => :qi_image_select
.actions
= form.submit "Sauvegarder"