X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/e7bff908a0ea52b62e4fa0dc13be0293a51dcbb1..83a39529b634c0344a7884d5813e3f7e1a7dbcb4:/app/views/voter/results.rhtml?ds=sidebyside diff --git a/app/views/voter/results.rhtml b/app/views/voter/results.rhtml deleted file mode 100644 index bb95c88..0000000 --- a/app/views/voter/results.rhtml +++ /dev/null @@ -1,43 +0,0 @@ -<% require 'whois/whois' %> - -
- Results - <%= @election.name %> -
- -
-<%= render :partial => 'common/result', :object => @results[@election.election_method] %> -
- -<% if @election.shortdesc %> -

Vote Description:

-
<%=h @election.shortdesc %> - <% if @election.longdesc -%> -
- <%= h(@election.longdesc) -%> - <% end -%> -
-<% end %> - -

Number of voters:

-
- <%= @election.voters.reject {|v| not v.voted? }.length %> -
- -<%= render :partial => 'common/result_box', - :locals => { :method => @election.election_method } %> - -<% for result_type in @election.other_methods %> - -<%= render :partial => 'common/result_box', - :locals => { :method => result_type } %> - -<% end %> - - -
- - -