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 7cae993 commit 7e90684Copy full SHA for 7e90684
src/main/resources/templates/taskstate/task/edit.html
@@ -118,7 +118,7 @@ <h1>
118
<i class="fas fa-save"></i>
119
<span th:utext="#{task.show.button}">Save Task</span>
120
</button>
121
- <a th:href="@{/taskstate/ask/transform/{id}(id=${task.id})}" class="btn btn-secondary" role="button">
+ <a th:href="@{/taskstate/task/transform/{id}(id=${task.id})}" class="btn btn-secondary" role="button">
122
<i class="fas fa-project-diagram"></i>
123
<span th:utext="#{task.show.transform}">Transform into Project</span>
124
</a>
0 commit comments