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:
Diffstat (limited to 'layouts/header.html')
-rw-r--r--layouts/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/header.html b/layouts/header.html
index a039c8af..c73af613 100644
--- a/layouts/header.html
+++ b/layouts/header.html
@@ -18,7 +18,7 @@
</a>
<ul class="dropdown-menu versions-menu" aria-labelledby="versions">
<li>
- <a href='<%= @item.identifier.without_ext + '.html' %>' class="versions-tooltip">master</a>
+ <a href='<%= @item.identifier.without_ext + '.html' %>' class="versions-tooltip">master
<i class="fa fa-question-circle-o" aria-hidden="true" data-toggle="tooltip" data-placement="bottom" title="The latest docs from GitLab's master branches, to which this site defaults."></i>
</a>
</li>