2013-07-18 01:23:48 +02:00

11 lines
347 B
Plaintext

= semantic_form_for [:admin,@testimony], :remote => true do |form|
.content
= form.inputs do
= form.input :quote, :label => "Citation :"
= form.input :author, :label => "Auteur :"
= form.input :image_file_id, :label => "Image :", :as => :qi_image_select
.actions
= form.submit "Sauvegarder", :class => "btn btn-primary"