X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/bf1d24c356406d42a28aa8bb35e9bd567eefca9f..da6c29f53b3598a6d2d9959df277b0340bc54cee:/app/views/quickvote/results.rhtml?ds=inline
diff --git a/app/views/quickvote/results.rhtml b/app/views/quickvote/results.rhtml
index 5fd5f9e..8d8bf5f 100644
--- a/app/views/quickvote/results.rhtml
+++ b/app/views/quickvote/results.rhtml
@@ -6,7 +6,7 @@
-<%= render :partial => 'result', :object => @results[@election.election_method] %>
+<%= render :partial => 'common/result', :object => @results[@election.election_method] %>
<% if @election.shortdesc %>
@@ -32,12 +32,12 @@
<%= @election.voters.reject {|v| not v.voted? }.length %>
-<%= render :partial => 'result_box',
+<%= render :partial => 'common/result_box',
:locals => { :method => @election.election_method } %>
<% for result_type in @election.other_methods %>
-<%= render :partial => 'result_box',
+<%= render :partial => 'common/result_box',
:locals => { :method => result_type } %>
<% end %>