2017-04-18 14:01:36 +00:00
|
|
|
There are is a new <%= link_to "match", "https://www.ensl.org/matches/#{@match.id}" %> on ENSL.<br />
|
2014-03-23 00:22:25 +00:00
|
|
|
<br />
|
2017-04-18 14:01:36 +00:00
|
|
|
<b>Contest:</b> <%= link_to (h @match.contest), "https://www.ensl.org/contests/#{@match.contest.id}" %><br />
|
2014-03-23 00:22:25 +00:00
|
|
|
<b>Teams</b> <%= h @match.to_s %><br />
|
|
|
|
<b>Date:</b> <%= @match.match_time.strftime("%d %B %y %H:%M") %><br />
|
|
|
|
<br />
|
|
|
|
<% if @match.hltv %>
|
2017-04-18 14:01:36 +00:00
|
|
|
<b>HLTV: </b> <%= h @match.hltv.addr %> (<%= link_to (h @match.hltv), "https://www.ensl.org/servers/#{@match.hltv.id}" %>)
|
2014-03-23 00:22:25 +00:00
|
|
|
<% end %>
|