X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cd801b2c12eae0f11fadf4b247e1403f9e3a5b78..f0ae0aa1301ac7bb11367add904240240e049099:/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 %>