pic_vert_app/app/views/notes/_form.html.haml
2013-01-12 17:04:58 +01:00

9 lines
162 B
Plaintext

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