]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Added a few more tests
[rails.git] / app / views / issues / _comments.html.erb
index 2e259a1698049dc4754f2a73a85393c4a2fc8165..52f740b0967191576a4aec34e5960d09f0d6f29e 100644 (file)
@@ -20,7 +20,7 @@
 <br/>
 <div class="comment">
        <%= 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 %> 
            <br/>
            <br/>