54 <col width="10%"> |
54 <col width="10%"> |
55 </colgroup> |
55 </colgroup> |
56 <thead> |
56 <thead> |
57 <tr> |
57 <tr> |
58 <th></th> |
58 <th></th> |
59 <th><fmt:message key="thead.name"/></th> |
59 <th><fmt:message key="name"/></th> |
60 <th><fmt:message key="thead.repoUrl"/></th> |
60 <th><fmt:message key="repoUrl"/></th> |
61 <th><fmt:message key="thead.issues.open"/></th> |
61 <th><fmt:message key="issues.open"/></th> |
62 <th><fmt:message key="thead.issues.active"/></th> |
62 <th><fmt:message key="issues.active"/></th> |
63 <th><fmt:message key="thead.issues.done"/></th> |
63 <th><fmt:message key="issues.done"/></th> |
64 </tr> |
64 </tr> |
65 </thead> |
65 </thead> |
66 <tbody> |
66 <tbody> |
67 <c:forEach var="project" items="${projects}"> |
67 <c:forEach var="project" items="${projects}"> |
68 <tr class="nowrap"> |
68 <tr class="nowrap"> |