--- a/src/main/webapp/WEB-INF/jsp/project-details.jsp Mon Oct 06 13:02:12 2025 +0200 +++ b/src/main/webapp/WEB-INF/jsp/project-details.jsp Mon Oct 06 13:37:52 2025 +0200 @@ -39,6 +39,9 @@ <div> <a href="${issuesHref}-/create" class="button"><fmt:message key="button.issue.create"/></a> <c:if test="${not empty viewmodel.versionInfo}"> + <c:if test="${not viewmodel.versionInfo.version.status.released}"> + <a href="./projects/${project.node}/versions/${viewmodel.versionInfo.version.node}/plan" class="button"><fmt:message key="button.version.plan"/></a> + </c:if> <a href="./projects/${project.node}/versions/${viewmodel.versionInfo.version.node}/edit" class="button"><fmt:message key="button.version.edit"/></a> </c:if> <c:if test="${not empty component}">