aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/messages/_form.html.haml
blob: f85ed37bd95766c5029c8bb3e2bebc1dbabbc9dc (plain)
1
2
3
4
5
6
7
.message_form
  = form_for Message.new, :url => discussion_messages_path(@discussion.id), :method => :post do |f|
    %p
      = f.label :body
      %br
      = f.text_area :body
    %p= f.submit