summaryrefslogtreecommitdiff
path: root/app/views/repository_check_mailer/notify.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-08 20:59:41 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-11 10:30:10 +0200
commitd8b7df3cbcfd4fcdf204fdcba01720e60fb598bf (patch)
treeae7f128bb569a4cf97b390e510eff2f3d2bb77b0 /app/views/repository_check_mailer/notify.html.haml
parent3f768f9a14ad90bbd79d384e3c287db4feea3e35 (diff)
downloadgitlab-ce-d8b7df3cbcfd4fcdf204fdcba01720e60fb598bf.tar.gz
Add support for nested groups to admin routingdz-fix-admin-routes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/repository_check_mailer/notify.html.haml')
-rw-r--r--app/views/repository_check_mailer/notify.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repository_check_mailer/notify.html.haml b/app/views/repository_check_mailer/notify.html.haml
index a585147ddd1..94e5a5d9709 100644
--- a/app/views/repository_check_mailer/notify.html.haml
+++ b/app/views/repository_check_mailer/notify.html.haml
@@ -2,7 +2,7 @@
#{@message}.
%p
- = link_to "See the affected projects in the GitLab admin panel", admin_namespaces_projects_url(last_repository_check_failed: 1)
+ = link_to "See the affected projects in the GitLab admin panel", admin_projects_url(last_repository_check_failed: 1)
%p
You are receiving this message because you are a GitLab administrator for #{Gitlab.config.gitlab.url}.