<%= flag team.country %> |
<%= namelink team %> |
<%= h team.irc[0,15] if team.irc %> |
<%= h team.teamers_num %> |
<% if cuser and cuser.admin? %>
<%= link_to 'Edit', edit_team_path(team) %>
<% if team.active %>
<%= link_to 'Destroy', team, :confirm => 'Are you sure?', :method => :delete %>
<% else %>
<%= link_to 'Recover', :action => "recover", :id => team %>
<% end %>
|
<% end %>
<% end %>
<% end %>