ensl.org/app/views/notifications/match.html.erb

10 lines
517 B
Text
Raw Normal View History

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 />
<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 />
<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}" %>)
<% end %>