We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0415c20 commit 0084976Copy full SHA for 0084976
src/main/resources/templates/project/root/task/edit.html
@@ -30,7 +30,7 @@ <h1 class="tw-title">
30
</button>
31
</div>
32
<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">
+ <a th:href="@{/project/root/task/{id}/transform(id=${task.id})}" class="btn btn-secondary btn-block" role="button">
34
<i class="fas fa-project-diagram"></i>
35
<span th:utext="#{task.show.transform}">Transform into Project</span>
36
</a>
0 commit comments