<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tag %> ENSL
<%= render :partial => "layouts/header" %>
<% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> <% if flash[:error] %>
<%= flash[:error] %>
<% end %> <%= yield %>
Shoutbox & Match search
<%= render :partial => "widgets/shoutbox" %>
<%# if @current_controller == "contests" %>
<%= render :partial => "widgets/highlights" %>
<%# end %>
<%= render :partial => "widgets/posts" %>
<% if @current_action == "news_index" %>
<%= render :partial => "widgets/poll" %>
<% end %>
<% if cuser && (g = cuser.gathers.active.ordered.first) %> <%= link_to "You're in THIS gather", g %> <% elsif Gather.last && (Gather::FULL - Gather.last.gatherers.count) == 12 %> Be first to join the <%= link_to "Gather", Gather.last %>! <% elsif Gather.last %> <%= link_to "Gather", Gather.last %> running, <%= Gather::FULL - Gather.last.gatherers.count %> more needed. <% end %>