<% 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 MembersOptions
<%= flag team.country %> <%= namelink team %> <%= h team.irc[0,15] if team.irc %> <%= h team.teamers_num %> <%= 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 %>