Skip to content

Commit 6fe01f0

Browse files
committed
work
1 parent 1d660b2 commit 6fe01f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
<i class="fas fa-folder-open"></i>
1919
<span th:text="#{right.nav.projects}">Projects</span>
2020
</a>
21-
<a th:href="@{/project/root}"
22-
th:if="${thisProject == null and taskstateType == null}"
23-
class="m-2 btn btn-dark btn-sm">
21+
<a th:if="${thisProject == null and taskstateType == null}"
22+
th:href="@{/project/root}" class="m-2 btn btn-dark btn-sm">
2423
<i class="fas fa-folder-open"></i>
2524
<span th:text="#{right.nav.projects}">Projects</span>
2625
</a>

0 commit comments

Comments
 (0)