X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/25737ce46e27d98e2e48eee6ab996cad259c3b83..cf639202b802be9ce1a6f3f65e7d4f6292a2ad3a:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 2e259a169..52f740b09 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -20,7 +20,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 %> + <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %> <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %>