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 1d660b2 commit 6fe01f0Copy full SHA for 6fe01f0
src/main/resources/templates/layout/projects.html
@@ -18,9 +18,8 @@
18
<i class="fas fa-folder-open"></i>
19
<span th:text="#{right.nav.projects}">Projects</span>
20
</a>
21
- <a th:href="@{/project/root}"
22
- th:if="${thisProject == null and taskstateType == null}"
23
- class="m-2 btn btn-dark btn-sm">
+ <a th:if="${thisProject == null and taskstateType == null}"
+ th:href="@{/project/root}" class="m-2 btn btn-dark btn-sm">
24
25
26
0 commit comments