summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-24 16:04:30 +0100
committerDouwe Maan <douwe@gitlab.com>2015-03-31 09:19:08 +0200
commit2d5f4458a004dd5e8ef646a2e166bbfe8e78cf77 (patch)
treecc5d48c7c3041ab42671f7b3e6155b9ce2d6490b /app/views/users/show.html.haml
parent2953e0d19b46a937ee9d84139adbc263c8e89757 (diff)
downloadgitlab-ce-2d5f4458a004dd5e8ef646a2e166bbfe8e78cf77.tar.gz
Fix admin user projects lists.admin-user-projects
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r--app/views/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 0653fb871ae..512acb47d84 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -44,7 +44,7 @@
= spinner
%aside.col-md-4
= render 'profile', user: @user
- = render 'projects'
+ = render 'projects', projects: @projects, contributed_projects: @contributed_projects
:coffeescript
$ ->