mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
9 lines
517 B
Text
9 lines
517 B
Text
There are is a new <%= link_to "match", "https://www.ensl.org/matches/#{@match.id}" %> on ENSL.<br />
|
|
<br />
|
|
<b>Contest:</b> <%= link_to (h @match.contest), "https://www.ensl.org/contests/#{@match.contest.id}" %><br />
|
|
<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 %>
|
|
<b>HLTV: </b> <%= h @match.hltv.addr %> (<%= link_to (h @match.hltv), "https://www.ensl.org/servers/#{@match.hltv.id}" %>)
|
|
<% end %>
|