<%= text_area_tag "comment", comment.comment, :rows => 5,
:style => "width: 100%;", :autocomplete => "off" %>
Markdown formatting available
[M↓]
<%= button_tag "#{comment.new_record?? "Post" : "Update"}",
:class => "comment-post", :type => "button" %>
<%= button_tag "Preview", :class => "comment-preview",
:type => "button" %>
<% if local_assigns[:cancellable] %>
<%= button_tag "Cancel", :class => "comment-cancel",
:type => "button" %>
<% end %>
<%= render :partial => "global/markdownhelp" %>