fallback gather link as fixed redirect link

changing the fallback gather link to point to "http://www.ensl.org/gathers/latest/ns2" to make sure it points to the correct gather even without the user having to reload the page first
requested by mega Jan 01 2017
This commit is contained in:
Absurdon 2017-01-02 13:47:08 +01:00 committed by Ari Timonen
parent a6876b8d9d
commit 0f66511f95

View file

@ -33,7 +33,7 @@
<li><%= link_to "Introduction", article_url(464) %></li>
<li><%= link_to "Archives", "/gathers/" %></li>
<li>
<%= active_link_to Gather.last, class: 'gathers' do %>
<%= link_to "/gathers/latest/ns2", class: 'gathers' do %>
Fallback
<span class="count"><%= Gather.player_count_for_game('NS2') %>/<%= Gather::FULL %></span>
<% end %>