X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/538c52ea43285fc1ae40e3c3ff5ee78befa1c142..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/quickvote/_result_box.rhtml diff --git a/app/views/quickvote/_result_box.rhtml b/app/views/quickvote/_result_box.rhtml deleted file mode 100644 index 917dbd4..0000000 --- a/app/views/quickvote/_result_box.rhtml +++ /dev/null @@ -1,19 +0,0 @@ -
> -
- <%= ELECTION_TYPES[method]%> - - <% if @election.election_method == method %> - Selected Method - <% else %> - Alternative Method - <% end %> -
- -<% unless @election.election_method == method -%> -<%= render :partial => 'result', :object => @results[method]%> -<% end -%> -<%= render :partial => 'methodinfo_' + method, - :object => @results[method] %> - -
-