gitlabhq/app/views/projects/team.html.haml

4 lines
88 B
Plaintext
Raw Normal View History

= render "project_head"
= render :partial => "team", :locals => {:project => @project}
2011-10-08 23:36:38 +02:00