--- a/src/main/webapp/WEB-INF/jspf/navmenu.jspf Sat Oct 04 13:34:33 2025 +0200 +++ b/src/main/webapp/WEB-INF/jspf/navmenu.jspf Sat Oct 04 14:41:35 2025 +0200 @@ -51,5 +51,8 @@ <c:out value="${entry.caption}"/> </c:if> </a> + <c:if test="${not empty entry.editHref}"> + <a class="onhover-edit-icon" href="${entry.editHref}">✎</a> + </c:if> </div> </c:forEach>