X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9129a21b28c88064edfcfc8a8fa23a640f29819c..206dea3e99fd260c31bc86b36b309071696f2b3a:/app/views/embed/full_vote.rhtml diff --git a/app/views/embed/full_vote.rhtml b/app/views/embed/full_vote.rhtml index 170b1f5..89e384c 100644 --- a/app/views/embed/full_vote.rhtml +++ b/app/views/embed/full_vote.rhtml @@ -2,7 +2,21 @@ <%= link_to '', {:controller => 'front'}, {:target => "_parent"} %>

Vote Now

-
+ +
+ <%@election.candidates.length.times do |count|%> + <% if (count%2)==0%> + + <% else %> + + <% end %> +

+ <%=count+1%> +

+ <%end%>