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 5d93cd3 commit b411589Copy full SHA for b411589
src/main/resources/templates/layout/page.html
@@ -74,6 +74,11 @@
74
<nav class="navbar fixed-bottom navbar-dark bg-dark navbar-text">
75
<div class="container">
76
<div class="col nav-link"><a th:href="@{/information}" class="nav-link">© 2022 Thomas Wöhlke</a></div>
77
+ <div class="col nav-link">
78
+ <a href="https://github.com/Spring-Framework-Java-Apps/simpleworklist" class="nav-link text-end">
79
+ github.com/Spring-Framework-Java-Apps/simpleworklist
80
+ </a>
81
+ </div>
82
</div>
83
</nav>
84
</footer>
0 commit comments