diff options
author | Bastian Blank <waldi@debian.org> | 2019-03-30 00:27:10 +0100 |
---|---|---|
committer | Bastian Blank <waldi@debian.org> | 2019-04-02 23:12:15 +0200 |
commit | d3de5fcfa8331e13bcf00d41653c2c6ee337abf5 (patch) | |
tree | e08e91c3abf7f3bd8b3f6a16587bbb57b2f42c27 /app | |
parent | a4182ed615256108359f463d55bc13b427a05a92 (diff) | |
download | gitlab-ce-d3de5fcfa8331e13bcf00d41653c2c6ee337abf5.tar.gz |
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')
-rw-r--r-- | app/views/help/index.html.haml | 5 |
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 |