Skip to content
Snippets Groups Projects
Commit f42626ec authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed gitlab url in footer

parent ded08bd3
Branches
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
</li> </li>
{% if ismod() or config.DEBUG %} {% if ismod() or config.DEBUG %}
<li class="pull-right"> <li class="pull-right">
<a target="_blank" href="https://git.fsmpi.rwth-aachen.de/videoagwebsite/videoagwebsite/commit/{{ gitversion.longhash }}"><span title="{{ gitversion.branch }} {{ gitversion.hash }}: {{ gitversion.msg }}" data-toggle="tooltip">{{ gitversion.hash }}</span></a> <a target="_blank" href="https://git.fsmpi.rwth-aachen.de/videoaginfra/website/commit/{{ gitversion.longhash }}"><span title="{{ gitversion.branch }} {{ gitversion.hash }}: {{ gitversion.msg }}" data-toggle="tooltip">{{ gitversion.hash }}</span></a>
<span>{{ gethostname() }}</span> <span>{{ gethostname() }}</span>
{% if is_readonly() %} {% if is_readonly() %}
<span>(read-only)</span> <span>(read-only)</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment