Cross Reference: show.html.haml
xref
: /
ontohub
/
app
/
views
/
teams
/
show.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
= team_nav resource, :overview
%p This team consists of #{pluralize @
team_users.count
, 'Member' }:
%
ul.no-bullet
- @
team_users.each
do |team_user|
%li
= fancy_link
team_user.user
- if
team_user.admin
?
(admin)