summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/portal.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/portal.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/portal.html')
-rw-r--r--src/main/resources/templates/portal.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/portal.html b/src/main/resources/templates/portal.html
index cc3d8ec..0088e82 100644
--- a/src/main/resources/templates/portal.html
+++ b/src/main/resources/templates/portal.html
@@ -64,5 +64,6 @@
<footer>
<p><a href="/logout">SSO Logout</a></p>
+<div id="pagefoot" th:include="layout :: footerFragment">Footer</div>
</footer>
</html>