summaryrefslogtreecommitdiff
path: root/app/views/projects/team.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-09 00:36:38 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-09 00:36:38 +0300
commite98c77857f9f765d1854b92c2dc33049504a596d (patch)
tree52fbfc1cdb55df21843965479c97be0c91121a9a /app/views/projects/team.html.haml
parent0f43e98ef8c2da8908b1107f75b67cda2572c2c4 (diff)
downloadgitlab-ce-0.9.4.tar.gz
init commitv0.9.4
Diffstat (limited to 'app/views/projects/team.html.haml')
-rw-r--r--app/views/projects/team.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/team.html.haml b/app/views/projects/team.html.haml
new file mode 100644
index 00000000000..3b2c4b3ef9c
--- /dev/null
+++ b/app/views/projects/team.html.haml
@@ -0,0 +1,3 @@
+%div
+ = render :partial => "team", :locals => {:project => @project}
+