<% if cuser and cuser.admin? %> <% end %> <% for team in teams %> <% if team.teamers_num > 0 %> <% if cuser and cuser.admin? %> <% end %> <% end %> <% end %>
Name IRC Members
<%= flag team.country %> <%= namelink team %> <%= h team.irc if team.irc %> <%= h team.teamers_num %> <%= 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 %>