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

changeset 70
821c4950b619
parent 64
0f1746c6abfb
child 72
0646c14e36fb
--- a/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Tue May 19 18:49:48 2020 +0200
+++ b/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Tue May 19 19:34:57 2020 +0200
@@ -65,9 +65,9 @@
     </thead>
     <tbody>
     <c:forEach var="project" items="${projects}">
-        <tr class="nowrap" <c:if test="${project eq selectedProject}">data-selected</c:if> >
+        <tr class="nowrap">
             <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
-            <td><a href="./${moduleInfo.modulePath}/index/?pid=${project.id}"><c:out value="${project.name}"/></a></td>
+            <td><a href="./${moduleInfo.modulePath}/view?pid=${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