diaspora/app/views/comments/_new_comment.html.haml
2010-06-29 18:00:01 -07:00

7 lines
208 B
Text

= form_for Comment.new, :remote => true do |f|
%p
%label{:for => "comment_text"} Comment
= f.text_area :text, :rows => 2
= f.hidden_field :post_id, :value => post.id
%p
= f.submit "Comment"