summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/admin.html
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2022-05-08 05:21:07 +0200
committerGeorg Pfuetzenreuter2022-05-08 05:21:07 +0200
commit6379976dff4d1da13576b62c335d253e698c872b (patch)
treeb30dbc4d131ff644300fb5945d37451fa92c352a /src/main/resources/templates/admin.html
parent00021a5785722be3433c3aa79d838ebd4f2ffa52 (diff)
downloadpubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.gz
pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.tar.bz2
pubsh-web-6379976dff4d1da13576b62c335d253e698c872b.zip
Minor UI changes
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources/templates/admin.html')
-rw-r--r--src/main/resources/templates/admin.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/templates/admin.html b/src/main/resources/templates/admin.html
index d2f1847..5a84a5a 100644
--- a/src/main/resources/templates/admin.html
+++ b/src/main/resources/templates/admin.html
@@ -76,10 +76,11 @@
- <!--div id="pagefoot" th:include="layout :: footerFragment">Footer</div-->
+
<p></p>
<a href="/logout">Logout</a>
</div>
<!-- container -->
</body>
+<footer><div id="pagefoot" th:include="layout :: footerFragment">Footer</div></footer>
</html>