mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-18 15:32:23 +00:00
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:
parent
a6876b8d9d
commit
0f66511f95
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue