% if @gatherer and cuser %> <% 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 %>
Click to vote for captain.
<% end %>