mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Nav dropdown cleaning
Added NS1 gather to dropdown and minor aesthetic change
This commit is contained in:
parent
9ede492c50
commit
0dad0316cd
1 changed files with 8 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
<% end %>
|
||||
<ul>
|
||||
<li><%= link_to "Rules", "/rules" %></li>
|
||||
<li><%= link_to "Comp Mod Changes", "/compmod" %></li>
|
||||
<li><%= link_to "Compmod Changes", "/compmod" %></li>
|
||||
<li><%= link_to "Historical", "/contests" %></li>
|
||||
<li><%= link_to "NS1 History", "/contests/historical/NS1" %></li>
|
||||
<li><%= link_to "NS2 History", "/contests/historical/NS2" %></li>
|
||||
|
@ -33,9 +33,15 @@
|
|||
<ul>
|
||||
<li><%= link_to "Introduction", article_url(464) %></li>
|
||||
<li><%= link_to "Archives", "/gathers/" %></li>
|
||||
<li>
|
||||
<%= link_to "/gathers/latest/ns1", class: 'gathers' do %>
|
||||
NS1 Gather
|
||||
<span class="count"><%= Gather.player_count_for_game('NS1') %>/<%= Gather::FULL %></span>
|
||||
<% end %>
|
||||
</li>
|
||||
<li>
|
||||
<%= link_to "/gathers/latest/ns2", class: 'gathers' do %>
|
||||
Fallback
|
||||
NS2 Backup
|
||||
<span class="count"><%= Gather.player_count_for_game('NS2') %>/<%= Gather::FULL %></span>
|
||||
<% end %>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue