<%= 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 %>
<% if cuser and (g = cuser.gathers.active.ordered.first) %> <%= link_to "You're in THIS gather", g %> <% elsif (Gather::FULL - Gather.last.gatherers.count) == 12 %> Be first to join the <%= link_to "Gather", Gather.last %>! <% else %> <%= link_to "Gather", Gather.last %> running, <%= Gather::FULL - Gather.last.gatherers.count %> more needed. <% end %>