X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/040c0184a4455f713277fd2d97dd964b067f832a..49da87fb6d2a9fe8c033a41cd935ee34a8767293:/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 %>