ecole_eft_app/app/views/public/quotes/_form.html.haml
2013-07-18 01:23:48 +02:00

16 lines
376 B
Plaintext

=form_for [:public, @quote], :url => createphoto_public_quotes_path, :remote => true do |f|
=f.hidden_field :photo_id
%p
=f.label :quote, "Citation :"
=f.text_area :quote, :style => "width:100%;height:100px;"
%p
=f.label :author, "Auteur de la citation :"
=f.text_field :author, :style => "width:100%;"
=f.submit "envoyer", :class => "btn"