src/main/webapp/WEB-INF/jsp/projects.jsp

changeset 82
4ec7f2600c83
parent 81
1a2e7b5d48f7
child 86
0a658e53177c
     1.1 --- a/src/main/webapp/WEB-INF/jsp/projects.jsp	Sat May 30 15:26:15 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/projects.jsp	Sat May 30 15:28:27 2020 +0200
     1.3 @@ -56,11 +56,11 @@
     1.4          <thead>
     1.5          <tr>
     1.6              <th></th>
     1.7 -            <th><fmt:message key="thead.name"/></th>
     1.8 -            <th><fmt:message key="thead.repoUrl"/></th>
     1.9 -            <th><fmt:message key="thead.issues.open"/></th>
    1.10 -            <th><fmt:message key="thead.issues.active"/></th>
    1.11 -            <th><fmt:message key="thead.issues.done"/></th>
    1.12 +            <th><fmt:message key="name"/></th>
    1.13 +            <th><fmt:message key="repoUrl"/></th>
    1.14 +            <th><fmt:message key="issues.open"/></th>
    1.15 +            <th><fmt:message key="issues.active"/></th>
    1.16 +            <th><fmt:message key="issues.done"/></th>
    1.17          </tr>
    1.18          </thead>
    1.19          <tbody>

mercurial