From f42626ec9898c0b0903d12259b649645bea3bb0c Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 11 Dec 2017 02:42:30 +0100 Subject: [PATCH] fixed gitlab url in footer --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f406d4d..4d6f131 100644 --- a/templates/base.html +++ b/templates/base.html @@ -167,7 +167,7 @@ </li> {% if ismod() or config.DEBUG %} <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> {% if is_readonly() %} <span>(read-only)</span> -- GitLab