Skip to content

Commit 0084976

Browse files
committed
work in progress
1 parent 0415c20 commit 0084976

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/templates/project/root/task

1 file changed

+1
-1
lines changed

src/main/resources/templates/project/root/task/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="tw-title">
3030
</button>
3131
</div>
3232
<div class="col-md-6 mb-6">
33-
<a th:href="@{/task/{id}/transform(id=${task.id})}" class="btn btn-secondary btn-block" role="button">
33+
<a th:href="@{/project/root/task/{id}/transform(id=${task.id})}" class="btn btn-secondary btn-block" role="button">
3434
<i class="fas fa-project-diagram"></i>
3535
<span th:utext="#{task.show.transform}">Transform into Project</span>
3636
</a>

0 commit comments

Comments
 (0)