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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2019-03-30 02:27:10 +0300
committerBastian Blank <waldi@debian.org>2019-04-03 00:12:15 +0300
commitd3de5fcfa8331e13bcf00d41653c2c6ee337abf5 (patch)
treee08e91c3abf7f3bd8b3f6a16587bbb57b2f42c27 /app/views/help
parenta4182ed615256108359f463d55bc13b427a05a92 (diff)
Always show instance configuration link
The link to the useful instance configuration page was hidden behind the commercial content setting. Just display it always.
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/index.html.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index f40fdb0b86b..916f98a62d1 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -24,8 +24,9 @@
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank', rel: 'noopener noreferrer'}.
- %p= link_to 'Check the current instance configuration ', help_instance_configuration_url
- %hr
+
+%p= link_to 'Check the current instance configuration ', help_instance_configuration_url
+%hr
.row.prepend-top-default
.col-md-8