src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 125
decc4c3854a1
parent 124
ed2e7aef2a3e
child 131
67df332e3146
equal deleted inserted replaced
124:ed2e7aef2a3e 125:decc4c3854a1
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>

mercurial