| 50 <c:if test="${not entry.resolveCaption}"> |
50 <c:if test="${not entry.resolveCaption}"> |
| 51 <c:out value="${entry.caption}"/> |
51 <c:out value="${entry.caption}"/> |
| 52 </c:if> |
52 </c:if> |
| 53 </a> |
53 </a> |
| 54 <c:if test="${not empty entry.editHref}"> |
54 <c:if test="${not empty entry.editHref}"> |
| 55 <span class="edit-icon-container"> |
55 <a class="edit-icon" href="${entry.editHref}"></a> |
| 56 <a class="onhover-edit-icon" href="${entry.editHref}">✎</a> |
|
| 57 </span> |
|
| 58 </c:if> |
56 </c:if> |
| 59 </div> |
57 </div> |
| 60 </c:forEach> |
58 </c:forEach> |