src/main/webapp/WEB-INF/jspf/issue-list.jspf

changeset 325
388c1d2147d4
parent 311
bf67e0ff7131
equal deleted inserted replaced
324:61b16fc21f4d 325:388c1d2147d4
51 <c:if test="${showVersionInfo and issue.resolved != null}"> 51 <c:if test="${showVersionInfo and issue.resolved != null}">
52 <div class="issue-tag"> 52 <div class="issue-tag">
53 <c:out value="${issue.resolved.name}"/> 53 <c:out value="${issue.resolved.name}"/>
54 </div> 54 </div>
55 </c:if> 55 </c:if>
56 <c:if test="${showComponentInfo and issue.component != null}">
57 <div class="issue-tag">
58 <c:out value="${issue.component.name}"/>
59 </div>
60 </c:if>
56 </td> 61 </td>
57 <td> 62 <td>
58 <span class="nowrap <c:if test="${issue.overdue}">eta-overdue</c:if> "> 63 <span class="nowrap <c:if test="${issue.overdue}">eta-overdue</c:if> ">
59 <fmt:formatDate value="${issue.eta}" /> 64 <fmt:formatDate value="${issue.eta}" />
60 </span> 65 </span>

mercurial