Skip to content

Commit 577d9c6

Browse files
committed
Fixed #129, Fixed #126, working on 168
1 parent b781e9f commit 577d9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/layout/tasks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h5 class="modal-title" id="taskModalScrollableTitle">
261261
<div class="modal-footer">
262262
<button type="button" class="btn btn-primary" data-dismiss="modal"
263263
th:utext="#{button.back}">Close</button>
264-
<a th:href="@{/task/{id}/edit(id=${task.id})}" class="btn btn-secondary"
264+
<a th:href="@{/taskstate/task/{id}/edit(id=${task.id})}" class="btn btn-secondary"
265265
role="button" th:id="'task_' + ${task.id}" th:utext="#{task.show.button.edit}">
266266
task.show.button.edit
267267
</a>

0 commit comments

Comments
 (0)