Always show instance configuration link

The link to the useful instance configuration page was hidden behind the
commercial content setting.  Just display it always.
This commit is contained in:
Bastian Blank 2019-03-30 00:27:10 +01:00
parent a4182ed615
commit d3de5fcfa8
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Always show instance configuration link
merge_request: 26783
author: Bastian Blank
type: fixed