index.html.haml revision 64ee02553e8d41243c9d255192fde605827f34c3
= format_links
%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'