Vote Captains

<% @gather.gatherers.most_voted.each do |gatherer| %> <% end %>
<%= flag gatherer.user.country %> (<%= gatherer.votes %>) <% if @gatherer and gatherer.real_votes.build(user: cuser).can_create? cuser %> <%= link_to (h gatherer.user), controller: "votes", action: "create", vote: { votable_id: gatherer.id, votable_type: "Gatherer"}, method: "post" %> <% else %> <%= namelink gatherer.user %> <% end %>
<% if @gatherer %>

Click to vote for captain.

<% end %>
<%= render partial: 'votes' %>
<%= render partial: 'status' %>