Cross Reference: index.html.haml
xref
: /
ontohub
/
app
/
views
/
teams
/
index.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
index.html.haml revision 068c4812bb4a75942b62c2124ca1875525b3ac5c
1281
N/A
= format_links
144
N/A
%h2= @page_title = 'My Teams'
144
N/A
144
N/A
%
ul.actions
1281
N/A
%li= link_to 'Create new Team', new_resource_path
144
N/A
144
N/A
%p
144
N/A
You are member of
144
N/A
= pluralize(
collection.count
, 'Team')
144
N/A
144
N/A
%ul
144
N/A
= render :collection => collection, :partial => 'team'
144
N/A