X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/776bdf980f85cf230b238a80e1019fc78d53f06e..308308e1afb8402f351d2aa2a64d27eb5b596e17:/app/views/quickvote/_results_sidebar.rhtml?ds=sidebyside diff --git a/app/views/quickvote/_results_sidebar.rhtml b/app/views/quickvote/_results_sidebar.rhtml index 704c052..c60ed3d 100644 --- a/app/views/quickvote/_results_sidebar.rhtml +++ b/app/views/quickvote/_results_sidebar.rhtml @@ -1,2 +1,37 @@ +
This election was run using: +<%= ELECTION_TYPES[@election.election_method] %>
+ +View results with other methods:
+<% type_hash = {}; ELECTION_TYPES.each {|k,v| type_hash[v] = k} %>
+<%= select_tag 'election_type_select', options_for_select(type_hash, @election.election_method) %>