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

changeset 61
3e287f361c7a
parent 59
c759c60507a2
child 64
0f1746c6abfb
--- a/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Sun May 17 16:28:13 2020 +0200
+++ b/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Sun May 17 16:38:04 2020 +0200
@@ -67,7 +67,7 @@
     <c:forEach var="project" items="${projects}">
         <tr class="nowrap" <c:if test="${project eq selectedProject}">data-selected</c:if> >
             <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
-            <td><a href="./${moduleInfo.modulePath}/?select=${project.id}"><c:out value="${project.name}"/></a></td>
+            <td><a href="./${moduleInfo.modulePath}/index/?select=${project.id}"><c:out value="${project.name}"/></a></td>
             <td><c:out value="${project.description}"/></td>
             <td>
                 <c:if test="${not empty project.repoUrl}">

mercurial