61 <c:set var="issues" value="${versionInfo.resolved}"/> |
61 <c:set var="issues" value="${versionInfo.resolved}"/> |
62 <c:if test="${not empty issues}"> |
62 <c:if test="${not empty issues}"> |
63 <%@include file="../jspf/issue-list.jsp"%> |
63 <%@include file="../jspf/issue-list.jsp"%> |
64 </c:if> |
64 </c:if> |
65 |
65 |
66 <h3><fmt:message key="issues.reported"/> </h3> |
|
67 <c:set var="summary" value="${versionInfo.reportedTotal}"/> |
|
68 <%@include file="../jspf/issue-summary.jsp"%> |
|
69 <c:set var="issues" value="${versionInfo.reported}"/> |
66 <c:set var="issues" value="${versionInfo.reported}"/> |
70 <c:if test="${not empty issues}"> |
67 <c:if test="${not empty issues}"> |
|
68 <h3><fmt:message key="issues.reported"/> </h3> |
|
69 <c:set var="summary" value="${versionInfo.reportedTotal}"/> |
|
70 <%@include file="../jspf/issue-summary.jsp"%> |
71 <%@include file="../jspf/issue-list.jsp"%> |
71 <%@include file="../jspf/issue-list.jsp"%> |
72 </c:if> |
72 </c:if> |
73 </c:forEach> |
73 </c:forEach> |