summaryrefslogtreecommitdiff
path: root/app/views/shared/notifications/_custom_notifications.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-11 11:54:04 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-30 14:24:06 +0000
commitff4a6323d163c987a73523a7f16440d1baffb939 (patch)
treee394aa4ab68ea0d465c1757f98419e9ac379fa02 /app/views/shared/notifications/_custom_notifications.html.haml
parentcec7b8f9f015e1c86ca2426ad613bcd24c7b7629 (diff)
downloadgitlab-ce-ff4a6323d163c987a73523a7f16440d1baffb939.tar.gz
Corrected docs href'scorrect-gitlab-host-references
Diffstat (limited to 'app/views/shared/notifications/_custom_notifications.html.haml')
-rw-r--r--app/views/shared/notifications/_custom_notifications.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notifications/_custom_notifications.html.haml b/app/views/shared/notifications/_custom_notifications.html.haml
index b5c0a7fd6d4..a736bfd91e2 100644
--- a/app/views/shared/notifications/_custom_notifications.html.haml
+++ b/app/views/shared/notifications/_custom_notifications.html.haml
@@ -18,7 +18,7 @@
%p
Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out
= succeed "." do
- %a{ href: "http://docs.gitlab.com/ce/workflow/notifications.html", target: "_blank" } notification emails
+ %a{ href: help_page_path('workflow/notifications'), target: "_blank" } notification emails
.col-lg-8
- NotificationSetting::EMAIL_EVENTS.each_with_index do |event, index|
- field_id = "#{notifications_menu_identifier("modal", notification_setting)}_notification_setting[#{event}]"