add dashboard teams block

This commit is contained in:
Andrey Kumanyaev 2013-01-19 21:48:46 +04:00 committed by Dmitriy Zaporozhets
parent a96cf3ad09
commit 3c6e144608
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
- if @teams.present?
= render "teams", teams: @teams
- if @groups.present?
= render "groups", groups: @groups
= render "projects", projects: @projects