X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cebb05a3ba6313c245509d7966cec184936f9c42..69b952ae78b0e7d7ded7d121070c24093e0dd322:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 08adfde53..89f3098a8 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -17,9 +17,9 @@
<%= 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 %> + <%= label_tag :reassign, t(".reassign_param") %> <%= check_box_tag :reassign, true %>

- <%= submit_tag 'Submit' %> + <%= submit_tag "Submit" %> <% end %>