pic_vert_app/app/views/notes/_form.html.haml
2013-01-08 22:47:42 +01:00

9 lines
155 B
Plaintext

#note_form
= form_for @note, :remote => true do |f|
=f.hidden_field :topic_id
=f.text_area :message, :class => "markdown"
= f.submit 'Ajouter !'