show.html.haml revision 6d67b58472abc76a1d0d68a1d1fa32a45dc6626a
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes%h2= @page_title = resource
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes %li= link_to "My Teams", collection_path
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes %li= link_to "Edit Users", [resource, :team_users]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes %li= link_to "Rename", edit_resource_path
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes %li= link_to "Delete", resource_path, method: :delete, confirm: "Do you really want to remove this team?"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - @team_users.each do |team_user|