diff --git a/app/views/application/_navigation.html.erb b/app/views/application/_navigation.html.erb
index 8826b06..1f4e713 100644
--- a/app/views/application/_navigation.html.erb
+++ b/app/views/application/_navigation.html.erb
@@ -19,7 +19,7 @@
<% end %>
- <%= link_to "Rules", "/rules" %>
- - <%= link_to "Comp Mod Changes", "/compmod" %>
+ - <%= link_to "Compmod Changes", "/compmod" %>
- <%= link_to "Historical", "/contests" %>
- <%= link_to "NS1 History", "/contests/historical/NS1" %>
- <%= link_to "NS2 History", "/contests/historical/NS2" %>
@@ -33,9 +33,15 @@
- <%= link_to "Introduction", article_url(464) %>
- <%= link_to "Archives", "/gathers/" %>
+ -
+ <%= link_to "/gathers/latest/ns1", class: 'gathers' do %>
+ NS1 Gather
+ <%= Gather.player_count_for_game('NS1') %>/<%= Gather::FULL %>
+ <% end %>
+
-
<%= link_to "/gathers/latest/ns2", class: 'gathers' do %>
- Fallback
+ NS2 Backup
<%= Gather.player_count_for_game('NS2') %>/<%= Gather::FULL %>
<% end %>