9 lines
162 B
Plaintext
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 !'
|