summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings
diff options
context:
space:
mode:
authorDiego Louzán <diego.louzan@gmail.com>2019-07-30 17:03:17 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-07-30 17:03:17 +0000
commite20538088bba75fa3193004b8695d4ffab7aca21 (patch)
tree889eaf2e51eb7c9614c490cb10a48d738f8d16fa /app/views/admin/application_settings
parent9ba87676c89c68d5d3901710e798b15987ed0b58 (diff)
downloadgitlab-ce-e20538088bba75fa3193004b8695d4ffab7aca21.tar.gz
Add support page link in help menu
Creates a new item in help dropdown to show configured support page link
Diffstat (limited to 'app/views/admin/application_settings')
-rw-r--r--app/views/admin/application_settings/_help_page.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_help_page.html.haml b/app/views/admin/application_settings/_help_page.html.haml
index a869f1bd4df..5e5ab1e4269 100644
--- a/app/views/admin/application_settings/_help_page.html.haml
+++ b/app/views/admin/application_settings/_help_page.html.haml
@@ -16,6 +16,6 @@
.form-group
= f.label :help_page_support_url, _('Support page URL'), class: 'label-bold'
= f.text_field :help_page_support_url, class: 'form-control', placeholder: 'http://company.example.com/getting-help', :'aria-describedby' => 'support_help_block'
- %span.form-text.text-muted#support_help_block= _('Alternate support URL for help page')
+ %span.form-text.text-muted#support_help_block= _('Alternate support URL for help page and help dropdown')
= f.submit _('Save changes'), class: "btn btn-success"