<%= link_to @gather do %>
<%= @gather.category.to_s %> Gather
<% end %>
<%= link_to @gather.previous_gather, class: 'button tiny' do %>
<%= icon 'chevron-left' %> Previous
<% end %>
<% if @gather.next_gather %>
<%= link_to @gather.next_gather, class: 'button tiny' do %>
Next <%= icon 'chevron-right' %>
<% end %>
<% end %>
NS2 gathers have moved to <%= link_to "gathers.ensl.org", gathers_url, target: "_blank" %>. This page is for the real game.
<% if @gather and @gather.status != Gather::STATE_FINISHED %>
Requirements
- JavaScript enabled
- Read the <%= link_to "Gather Rules", article_url(Article::G_RULES) %>
- Remove yourself if you leave
Captains
- Vote for the best players
- Captain 1 = 2nd most voted
- Captain 2 = 1st most voted
Gather Info
- <%= link_to "Gather topic (all info)", "https://www.ensl.org/topics/1897" %>
- <%= link_to "Join the discord", "https://discord.gg/a8dT2cn" %>
- <%= link_to "Connect to game server", "steam://connect/51.15.77.137:27015/europe// -noforcemparms" %>
Voice Communication
- <%= link_to "Teamspeak 3", "http://www.teamspeak.com/?page=downloads" %>
- Click to join: ensl.org
- TS password: europe
<% end %>
<%= render_gather %>
<%= render partial: 'shoutmsgs/index', locals: { object: @gather } %>