index.html.haml revision a33eefb160c569a821373e7df062e699e4af3bda
%h2= @page_title = 'My Teams'
%li= link_to 'Create new Team', new_resource_path
%p
You are member of
= pluralize(collection.count, 'Team')
%ul
= render :collection => collection, :partial => 'team'