Skip to content
Snippets Groups Projects
Commit 51671486 authored by Nils G.'s avatar Nils G.
Browse files

Fixes #4: Show meta information in footer

parent 9e7d9514
No related branches found
No related tags found
1 merge request!1Improve meta information and remove debug client
{{ from misc_util import META_GET }}
{{ meta = META_GET() }}
<!DOCTYPE html>
<head>
<meta charset="utf-8">
......@@ -34,9 +36,8 @@
<!-- ======================== -->
<div id="footer">
[ <a href="{{=URL('default', 'index')}}">WebClient</a> ]
[ <a href="{{=URL('debug', 'index')}}">Debug</a> ]
[ <a href="https://git.noc.ruhr-uni-bochum.de/studienprojekt-ss20">GitLab</a> ]
[ <a href="https://git.noc.ruhr-uni-bochum.de/lynchburg">Project Lynchburg</a> ]
[ <a href="https://git.noc.ruhr-uni-bochum.de/lynchburg/lynchburg-server/-/commit/{{=meta.git_commit}}">{{=meta.git_commit[:5] if len(meta.git_commit) > 5 else meta.git_commit}} <small>({{=meta.git_date}})</small></a> ]
</div>
<!-- Page specific JavaScript -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment