174 <c:if test="${viewmodel.issue.id ge 0}"> |
174 <c:if test="${viewmodel.issue.id ge 0}"> |
175 <form id="comment-form" action="./projects/issues/comment" method="post"> |
175 <form id="comment-form" action="./projects/issues/comment" method="post"> |
176 <table class="formtable fullwidth"> |
176 <table class="formtable fullwidth"> |
177 <tbody> |
177 <tbody> |
178 <tr> |
178 <tr> |
179 <td><textarea rows="5" name="comment"></textarea></td> |
179 <td><textarea rows="5" name="comment" required></textarea></td> |
180 </tr> |
180 </tr> |
181 </tbody> |
181 </tbody> |
182 <tfoot> |
182 <tfoot> |
183 <tr> |
183 <tr> |
184 <td> |
184 <td> |