summaryrefslogtreecommitdiff
path: root/lib/web
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-12-20 12:27:14 +0000
committerJordan Bracco <href@random.sh>2022-12-20 19:29:42 +0100
commitaccc58f9e2569c5269b54031f563d9d2c0acd487 (patch)
tree0a016cfdf9e2c3fbecbbbb3b71484db215b67326 /lib/web
parentchore(plugins)!: remove deprecated outline plugin, refs T77. (diff)
chore: config example update, add version to footer, remove useless module, refs T77.
Diffstat (limited to 'lib/web')
-rw-r--r--lib/web/templates/layout/app.html.eex3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/web/templates/layout/app.html.eex b/lib/web/templates/layout/app.html.eex
index c774369..b3199e2 100644
--- a/lib/web/templates/layout/app.html.eex
+++ b/lib/web/templates/layout/app.html.eex
@@ -120,6 +120,9 @@
<div class="bg-white h-full rounded-lg shadow px-5 py-6 sm:px-6">
<%= @inner_content %>
</div>
+ <div mt-4 text-grey text-small">
+ v<%= Nola.version() %> <a href="<%= Nola.source_url() %>">source</a>
+ </div>
<!-- /End replace -->
</div>
</main>