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

changeset 425
adaf9cf8b97e
parent 412
e0119fb1b442
equal deleted inserted replaced
424:0343792a6175 425:adaf9cf8b97e
355 </tr> 355 </tr>
356 </tfoot> 356 </tfoot>
357 </table> 357 </table>
358 </form> 358 </form>
359 <c:forEach var="comment" items="${viewmodel.comments}"> 359 <c:forEach var="comment" items="${viewmodel.comments}">
360 <div class="comment"> 360 <div class="comment" id="comment-${comment.id}">
361 <div class="comment-author"> 361 <div class="comment-author">
362 <c:if test="${not empty comment.author}"> 362 <c:if test="${not empty comment.author}">
363 <c:if test="${not empty comment.author.mail}"> 363 <c:if test="${not empty comment.author.mail}">
364 <a class="comment-author-name" href="mailto:${comment.author.mail}"> 364 <a class="comment-author-name" href="mailto:${comment.author.mail}">
365 </c:if> 365 </c:if>

mercurial