diff --git a/uffd/templates/base.html b/uffd/templates/base.html index 5ab3cba85decb7aaa3eabaeec0df106ee46b8ebc..023c3328aa64a18978935b04335aea2b4e92bab3 100644 --- a/uffd/templates/base.html +++ b/uffd/templates/base.html @@ -105,8 +105,8 @@ <li class="list-inline-item"><a href="{{ link.url }}">{{ link.title }}</a></li> {% endfor %} <li class="list-inline-item float-right"> - <a href="https://git.cccv.de/infra/uffd/uffd/">Sourcecode</a> - <a target="_blank" href="https://git.cccv.de/infra/uffd/uffd/-/commit/{{ gitversion.longhash }}"><span title="{{ gitversion.branch }} {{ gitversion.hash }}: {{ gitversion.msg }}" data-toggle="tooltip">Version: {{ gitversion.hash }}</span></a> + <a href="https://git.cccv.de/uffd/uffd/">Sourcecode</a> + <a target="_blank" href="https://git.cccv.de/uffd/uffd/-/commit/{{ gitversion.longhash }}"><span title="{{ gitversion.branch }} {{ gitversion.hash }}: {{ gitversion.msg }}" data-toggle="tooltip">Version: {{ gitversion.hash }}</span></a> </li> </ul> </div>