X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/26210d639cd94567edc4ce77e9994fce758c8037..d56b1400bc13432afe38a679a8b9028fff1e0453:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index ee40c9d5a..af9409662 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -22,7 +22,7 @@
<%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id, :user_id => @user.id } do |f| %> <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %> - <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %> + <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %>

<%= submit_tag 'Submit' %>