X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2d73dc22a2c167b9ac1140e68129af97560b6646..c24c2e481cc6d27e76274ed4e32668a4690a7788:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 54932cc56..a04022304 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -14,7 +14,7 @@ <% end %>
-
+
<%= 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 %>