src/main/resources/templates/projectmanagement/app/assign.html aktualisiert
link to workpackage app overview
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr th:each="p : ${workpackages}">
|
<tr th:each="p : ${workpackages}">
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" th:checked="${p.isIn(linked)}" /> <span th:text="${p.name}"></span>
|
<input type="checkbox" th:checked="${p.isIn(linked)}" /> <a th:href="@{projectmanagement/workpackage/{w}/apps(w=${p.pkWorkpackage})}" th:text="${p.name}"></a>
|
||||||
</td>
|
</td>
|
||||||
<td th:text="${p.description}"></td>
|
<td th:text="${p.description}"></td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user