summaryrefslogtreecommitdiff
path: root/app/views/admin/users/projects.html.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-11-25 14:00:35 -0800
committerStan Hu <stanhu@gmail.com>2015-11-25 14:00:35 -0800
commit36bde0fcb197aa7ca93bb615cda070f55f5e268f (patch)
treee9f55a6cb2d39ff2822a9c2bde6e434efe215bcd /app/views/admin/users/projects.html.haml
parentdee28c50a90acaf1a364d3971132c70c96493932 (diff)
downloadgitlab-ce-36bde0fcb197aa7ca93bb615cda070f55f5e268f.tar.gz
Fix Error 500 when viewing user's personal projects from admin page
This is a regression introduced in 4d7f00f. Closes #3680
Diffstat (limited to 'app/views/admin/users/projects.html.haml')
-rw-r--r--app/views/admin/users/projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/projects.html.haml b/app/views/admin/users/projects.html.haml
index 0d7a1a25a80..b655b2a15f5 100644
--- a/app/views/admin/users/projects.html.haml
+++ b/app/views/admin/users/projects.html.haml
@@ -14,7 +14,7 @@
.row
.col-md-6
- if @personal_projects.present?
- = render 'users/projects', projects: @personal_projects
+ = render 'admin/users/projects', projects: @personal_projects
- else
.nothing-here-block This user has no personal projects.