show.html.haml revision a33eefb160c569a821373e7df062e699e4af3bda
%h2= @page_title = resource
%li= link_to "My Teams", collection_path
%li= link_to "Rename", edit_resource_path
%li= link_to "Delete", resource_path, method: :delete, confirm: "Do you really want to remove this team?"
%h3 Users
.permissionList{'data-uri' => url_for([resource, :team_users])}
%ul
= render :collection => resource.team_users, :partial => 'user', :locals => {:show_admin_links => team_admin?}
- if team_admin?
%form
= text_field_tag :name, nil, :class => 'autocomplete', :placeholder => 'Add users to your team', 'data-scope' => 'user'