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 | |
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.
-rw-r--r-- | app/views/help/index.html.haml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/always-link-instance-configuration.yml | 5 |
2 files changed, 8 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 diff --git a/changelogs/unreleased/always-link-instance-configuration.yml b/changelogs/unreleased/always-link-instance-configuration.yml new file mode 100644 index 00000000000..3f08747edf7 --- /dev/null +++ b/changelogs/unreleased/always-link-instance-configuration.yml @@ -0,0 +1,5 @@ +--- +title: Always show instance configuration link +merge_request: 26783 +author: Bastian Blank +type: fixed |