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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-16 18:34:45 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-01 11:15:23 +0300
commit638a1e30f9f8ab0ec8207e0ef2a61c99ab42d9df (patch)
treed9af6ba74412ed8805e290186b638bacc3587f9a /layouts/versions_dropdown.html
parenteca59ae01130efe2b1555d68e3c86520f28a9eb4 (diff)
Replace master with GitLab.com in versions dropdown
Now that we have switched to a CD process, we need to make it clearer to the users that master is/will be the current version of GitLab.com.
Diffstat (limited to 'layouts/versions_dropdown.html')
-rw-r--r--layouts/versions_dropdown.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/versions_dropdown.html b/layouts/versions_dropdown.html
index 8f6fa632..be89e97d 100644
--- a/layouts/versions_dropdown.html
+++ b/layouts/versions_dropdown.html
@@ -25,8 +25,8 @@ Choose version
</a>
<ul class="dropdown-menu versions-menu" aria-labelledby="versions">
<li>
- <a<%= active_dropdown('master') %> 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="This documentation reflects the latest pre-release version of GitLab. Be sure to select the correct version."></i>
+ <a<%= active_dropdown('master') %> href='<%= @item.identifier.without_ext + '.html' %>' class="versions-tooltip">GitLab.com
+ <i class="fa fa-question-circle-o" aria-hidden="true" data-toggle="tooltip" data-placement="bottom" title="Latest pre-release version of GitLab (master), with features available or about to become available on GitLab.com. For self-managed GitLab installations, select your version number as listed at your GitLab instance's /help URL."></i>
</a>
</li>
<li class="dropdown-divider"></li>