index.html.haml revision 5795d1a7f94fadb4ba8308c0c8e62614f0333f9c
= format_links
%h2= @page_title = current_user.first_name + "'s Teams"
%ul.actions
%li= link_to 'Create new Team', new_resource_path
%p
You are member of
= pluralize(collection.count, 'Team')
%ul
= render :collection => collection, :partial => 'team'