X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/quickvote/_result.rhtml diff --git a/app/views/quickvote/_result.rhtml b/app/views/quickvote/_result.rhtml deleted file mode 100644 index b0a3a85..0000000 --- a/app/views/quickvote/_result.rhtml +++ /dev/null @@ -1,12 +0,0 @@ -
-

-<% if result.winner? and result.winners.length == 1 -%> - The winner is: - <%=h @candidates[result.winner].name.capitalize %> -<% elsif result.winner? and result.winners.length > 1 %> - There was a tie. The winners are: <%=h( result.winners.collect {|w| @candidates[w].to_s.capitalize}.join(", ") )%> -<% else %> -

There is no winner using this method. -<% end %> -

-