<% if cuser %> <%= render :partial => "widgets/logged" %> <% else %> <%= render :partial => "widgets/login" %> <% end %>
<%= link_to contests_url do %>
<% end %> <%= link_to Gather.last do %>
<% end %> <%= link_to "/" do %>
<% end %> <%= link_to forums_url do %>
<% 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" %>