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