Irc: | <%= h @team.irc %> |
---|---|
Web: | <%= h @team.web %> |
Tag: | <%= h @team.tag %> |
Country: | <%= h @team.country %> |
Founder: | <%= namelink @team.founder %> |
Comment: | <%= h @team.comment %> |
Recruiting: | <%= h @team.recruiting %> |
<%= link_to "Send a message", :controller => "messages", :action => "new", :id => "Team", :id2 => @team %>
Matches: <%= @team.matches_finished.count %> played / <%= @team.matches.count %> total
- Won: <%= @team.matches_won.count %> (<%= 100.0*@team.matches_won.count/@team.matches_finished.count %> %)
- Lost: <%= @team.matches_lost.count %> (<%= 100.0*@team.matches_lost.count/@team.matches_finished.count %> %)
- Draw: <%= @team.matches_draw.count %> (<%= 100.0*@team.matches_draw.count/@team.matches_finished.count %> %)