16 lines
376 B
Plaintext
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"
|
|
|
|
|
|
|
|
|