<%= flag team.country %> |
<%= namelink team %> |
<%= h team.irc if team.irc %> |
<%= h team.teamers_num %> |
<% if cuser and cuser.admin? %>
<%= link_to edit_team_path(team) do %>
<%= icon 'pencil' %>
<% end %>
<% if team.active %>
<%= link_to team, confirm: 'Are you sure?', method: :delete do %>
<%= icon 'times' %>
<% end %>
<% else %>
<%= link_to action: "recover", id: team do %>
<%= icon 'save' %>
<% end %>
<% end %>
|
<% end %>
<% end %>
<% end %>