There are is a new <%= link_to "match", "https://www.ensl.org/matches/#{@match.id}" %> on ENSL.
Contest: <%= link_to (h @match.contest), "https://www.ensl.org/contests/#{@match.contest.id}" %>
Teams <%= h @match.to_s %>
Date: <%= @match.match_time.strftime("%d %B %y %H:%M") %>
<% if @match.hltv %>
HLTV: <%= h @match.hltv.addr %> (<%= link_to (h @match.hltv), "https://www.ensl.org/servers/#{@match.hltv.id}" %>)
<% end %>