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>2020-08-17 19:39:12 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-08-19 18:22:40 +0300
commitfd14c7e9d2195418fab64b053543757f6afec32b (patch)
treee8478e5377ae6caac89a52cfe9e519dcc5337d21
parent10df419a192631c369c73a1769e4387ded9f3b85 (diff)
Make it more clear that GitLab.com refers to the master branch
-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 a97bd869..e29a24f5 100644
--- a/layouts/versions_dropdown.html
+++ b/layouts/versions_dropdown.html
@@ -18,7 +18,7 @@ Version
Archives
<% else %>
<% if is_production? %>
- <%= ENV['CI_COMMIT_REF_NAME'] == 'master' ? 'GitLab.com' : ENV['CI_COMMIT_REF_NAME'] %>
+ <%= ENV['CI_COMMIT_REF_NAME'] == 'master' ? 'GitLab.com (pre-release)' : ENV['CI_COMMIT_REF_NAME'] %>
<% else %>
Versions
<% end %>
@@ -27,7 +27,7 @@ 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">GitLab.com
+ <a<%= active_dropdown('master') %> href='<%= @item.identifier.without_ext + '.html' %>' class="versions-tooltip">GitLab.com (pre-release)
<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>