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>2020-09-07 19:21:12 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2020-09-07 19:21:12 +0300
commit515ca676a4ef15ea556515d37092852814620e6e (patch)
treeee5667df2e0fb618217b50f089dc48a99cf243e8 /layouts
parent6425a74f6dd3b73999e3714736748e6ccd4e2ee7 (diff)
Add alt text to GitLab logo
Diffstat (limited to 'layouts')
-rw-r--r--layouts/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/header.html b/layouts/header.html
index c5708c63..71d16a67 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -1,7 +1,7 @@
<div class="header align-items-center px-3">
<div class="d-flex align-items-center py-1">
<a class="header-link logo-container d-flex justify-content-center align-items-center" href="/">
- <img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" class="logo" />
+ <img src="<%= @items['/assets/images/gitlab-logo.svg'].path %>" alt="GitLab logo" class="logo" />
<p><span class="header-company-name">GitLab </span><strong>Docs</strong></p>
</a>
<% if @item[:searchbar].nil? %>