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

changeset 59
c759c60507a2
parent 52
67a02e79b7a1
child 61
3e287f361c7a
     1.1 --- a/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Sun May 17 16:00:13 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp	Sun May 17 16:23:39 2020 +0200
     1.3 @@ -46,7 +46,7 @@
     1.4  </div>
     1.5  
     1.6  <c:if test="${not empty projects}">
     1.7 -<table id="project-list" class="datatable medskip">
     1.8 +<table id="project-list" class="datatable medskip fullwidth">
     1.9      <colgroup>
    1.10          <col>
    1.11          <col style="width: 10%">
    1.12 @@ -67,7 +67,7 @@
    1.13      <c:forEach var="project" items="${projects}">
    1.14          <tr class="nowrap" <c:if test="${project eq selectedProject}">data-selected</c:if> >
    1.15              <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
    1.16 -            <td><a href="./${moduleInfo.modulePath}?select=${project.id}"><c:out value="${project.name}"/></a></td>
    1.17 +            <td><a href="./${moduleInfo.modulePath}/?select=${project.id}"><c:out value="${project.name}"/></a></td>
    1.18              <td><c:out value="${project.description}"/></td>
    1.19              <td>
    1.20                  <c:if test="${not empty project.repoUrl}">

mercurial