| 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> |