summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-07 15:10:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-07 15:10:17 +0000
commit61d62a296064e0330cffec7ed4b7914371b4984b (patch)
tree4f77ac3d2e272f0283ac2156e9b68b262ac19fa4 /app/helpers
parent5958e399de2e45d509f25b9c84b0a4d7bafa41a1 (diff)
downloadgitlab-ce-61d62a296064e0330cffec7ed4b7914371b4984b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 7cf68b26eab..3b061ce2e67 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -194,6 +194,10 @@ module ApplicationHelper
'https://' + promo_host
end
+ def contact_sales_url
+ promo_url + '/sales'
+ end
+
def support_url
Gitlab::CurrentSettings.current_application_settings.help_page_support_url.presence || promo_url + '/getting-help/'
end