<% if cuser %>
Logged in as: <%= namelink cuser %> |
<% end %>
<% if cuser and cuser.admin? %>
<%= link_to "/about/adminpanel", :style => "color: #CC0000" do %>
Admin (<%= Issue.with_status(0).count %>)
<% end %> |
<% end %>
<%= link_to "NS1 Gather", "/gathers/latest/ns1" %> (<%= Gather.player_count_for_game('NS1') %>) |
<%= link_to "NS2 Gather", "/gathers/latest/ns2" %> (<%= Gather.player_count_for_game('NS2') %>) |
<%= link_to "News", :controller => "articles", :action => "news_index" %> |
<%= link_to "Staff", :controller => "about", :action => "staff" %> |
<%= link_to "History", article_url(Article::HISTORY) %> |
<%= link_to "Users", :controller => "users", :action => :index %> |
<%= link_to "Teams", :controller => "teams", :action => :index %> |
<%= link_to "Rules", article_url(Article::RULES) %> |
<%= link_to "Hall of Fame", article_url(Article::HOF) %> |
<%= link_to "Bans", bans_url() %> |
<%= link_to "Contact", new_issue_path() %>
<% if cuser %>
<%= render :partial => "widgets/logged" %>
<% else %>
<%= render :partial => "widgets/login" %>
<% end %>
<%= link_to "Current", "/contests/current" %>
<%= link_to "NS2 History", "/contests/historical/NS2" %>
<%= link_to "NS1 History", "/contests/historical/NS1" %>
<%= link_to "Read first! ", article_url(464) %>
<%#= link_to "NS1 Gathers", "/gathers/latest/44" %>
<%= link_to "Archives", "/gathers/" %>
<%= link_to "NS2 Gathers", "/gathers/latest/45" %>
<%= link_to "Articles", articles_url %>
<%= link_to "NS Movies", movies_url() %>
<%= link_to "Files ", directory_url(Directory::ROOT) %>
<%= link_to "Index", forums_url() %>
<%= link_to "Rules", "/topics/12" %>