]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Merge remote-tracking branch 'upstream/pull/2667'
[rails.git] / app / views / issues / _comments.html.erb
index 54932cc56b4f8f1e3b3905d4cd7760d7993ae470..a0402230421ad894ee674fd4758bb4baf18b68ce 100644 (file)
@@ -14,7 +14,7 @@
   <% end %>
 </div>
 <br />
-<div class="comment">
+<div class="comment standard-form">
   <%= form_for @new_comment, :url => issue_comments_path(@issue) do |f| %>
   <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %>
   <%= label_tag :reassign, t(".reassign_param") %> <%= check_box_tag :reassign, true %>