Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-05-12 12:14:35 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-05-12 12:28:22 +0300
commitd61818397bb977f8667df7c9747a192f9ca68137 (patch)
tree3d0a83597ef0cb6bf5ac52746371b165d72ae374 /layouts
parent4ea58cbe076dc50e807f512a71c2c2433f98fd31 (diff)
Add link to gitlab.com
Diffstat (limited to 'layouts')
-rw-r--r--layouts/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/footer.html b/layouts/footer.html
index 89e3fd3d..12c73654 100644
--- a/layouts/footer.html
+++ b/layouts/footer.html
@@ -1,7 +1,7 @@
<footer class="px-3 border-top footer">
<div class="row py-2">
<div class="col-9">
- <img src="/assets/images/gitlab-logo.svg" alt="" aria-hidden="true" role="img">
+ <a href="https://gitlab.com/dashboard" target="_blank"> <img src="/assets/images/gitlab-logo.svg" alt="Sign in to GitLab.com" aria-hidden="true" role="img"> </a>
</div>
<div class="col-3 p-0 m-0">
<div class="d-none d-md-flex justify-content-end">
@@ -75,4 +75,4 @@
</ul>
</div>
</div>
-</footer> \ No newline at end of file
+</footer>