summaryrefslogtreecommitdiff
path: root/app/helpers/auto_devops_helper.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-14 03:09:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-14 03:09:24 +0000
commitd91ff791fb4a0b595b2b3f1adc6e9dd55899e320 (patch)
tree05091e2680aa474474ca853171588e12551aca6c /app/helpers/auto_devops_helper.rb
parentb941629bbf312ed71c6065e2c3a6ef5a35dfa19c (diff)
downloadgitlab-ce-d91ff791fb4a0b595b2b3f1adc6e9dd55899e320.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/auto_devops_helper.rb')
-rw-r--r--app/helpers/auto_devops_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/auto_devops_helper.rb b/app/helpers/auto_devops_helper.rb
index 0f14680607e..c27f5d4ebce 100644
--- a/app/helpers/auto_devops_helper.rb
+++ b/app/helpers/auto_devops_helper.rb
@@ -22,4 +22,8 @@ module AutoDevopsHelper
s_('CICD|instance enabled')
end
end
+
+ def auto_devops_settings_path(project)
+ project_settings_ci_cd_path(project, anchor: 'autodevops-settings')
+ end
end