<% 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 %>