From be6d5ec461c0b890fd731009c41b597682c349aa Mon Sep 17 00:00:00 2001 From: Absurdon Date: Mon, 2 Jan 2017 13:47:08 +0100 Subject: [PATCH] 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 --- app/views/application/_navigation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_navigation.html.erb b/app/views/application/_navigation.html.erb index 93c6eb2..48cc4df 100644 --- a/app/views/application/_navigation.html.erb +++ b/app/views/application/_navigation.html.erb @@ -33,7 +33,7 @@
  • <%= link_to "Introduction", article_url(464) %>
  • <%= link_to "Archives", "/gathers/" %>
  • - <%= active_link_to Gather.last, class: 'gathers' do %> + <%= link_to "/gathers/latest/ns2", class: 'gathers' do %> Fallback <%= Gather.player_count_for_game('NS2') %>/<%= Gather::FULL %> <% end %>