• <%= active_link_to root_path, active: ["articles", "news_index"], class: 'news' do %> News <%= icon 'list-alt' %> <% end %>
  • <%= active_link_to controller: "contests", action: "current", class: 'contests' do %> Contests <%= icon 'trophy' %> <% end %>
    • <%= link_to "Rules", latest_rules %>
    • <%= link_to "Historical", "/contests" %>
    • <%= link_to "NS1 History", "/contests/historical/NS1" %>
    • <%= link_to "NS2 History", "/contests/historical/NS2" %>
  • <%= active_link_to Gather.last, class: 'gathers' do %> Gathers <%= Gather.player_count_for_game('NS2') %>/<%= Gather::FULL %> <% end %>
    • <%= link_to "Introduction", article_url(464) %>
    • <%= link_to "Archives", "/gathers/" %>
  • <%= active_link_to articles_path, class: 'articles' do %> Articles <%= icon 'file-text' %> <% end %>
    • <%= link_to "Hall of Fame", article_url(Article::HOF) %>
    • <%= link_to "History", article_url(Article::HISTORY) %>
    • <%= link_to "Movies", movies_url %>
    • <%= link_to "Files", directory_url(Directory::ROOT) %>
  • <%= active_link_to forums_path, active: [["forums", "topics"]], class: 'forums' do %> Forums <%= icon 'comments' %> <% end %>
    • <%= link_to "Index", forums_path %>
    • <%= link_to "Rules", "/topics/12" %>
  • <%= active_link_to controller: "teams", action: :index, class: 'teams' do %> Teams <%= icon 'users' %> <% end %>
  • <%= active_link_to controller: "users", action: :index, class: 'users' do %> Users <%= icon 'user' %> <% end %>
    • <%= link_to "Staff", controller: "about", action: "staff" %>
    • <%= link_to "Bans", bans_url %>
    • <%= link_to "Contact", new_issue_path %>