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

changeset 64
0f1746c6abfb
parent 61
3e287f361c7a
child 70
821c4950b619
     1.1 --- a/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Mon May 18 21:06:38 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Mon May 18 21:08:14 2020 +0200
     1.3 @@ -67,7 +67,7 @@
     1.4      <c:forEach var="project" items="${projects}">
     1.5          <tr class="nowrap" <c:if test="${project eq selectedProject}">data-selected</c:if> >
     1.6              <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
     1.7 -            <td><a href="./${moduleInfo.modulePath}/index/?select=${project.id}"><c:out value="${project.name}"/></a></td>
     1.8 +            <td><a href="./${moduleInfo.modulePath}/index/?pid=${project.id}"><c:out value="${project.name}"/></a></td>
     1.9              <td><c:out value="${project.description}"/></td>
    1.10              <td>
    1.11                  <c:if test="${not empty project.repoUrl}">

mercurial