Thu, 15 Oct 2020 11:42:43 +0200
fixes progress percentages always floored resulting in 1% open even if there are no open issues
<div class="menuEntry" <c:if test="${menu.active}">data-active</c:if> > <a href="${menu.pathName}"> <c:if test="${empty menu.resourceKey}"> <c:out value="${menu.text}"/> </c:if> <c:if test="${not empty menu.resourceKey}"> <fmt:bundle basename="${menu.resourceKey.bundle}"> <fmt:message key="${menu.resourceKey.key}"/> </fmt:bundle> </c:if> </a> </div>