41d9d173532773edf1ecb086820687be4597ed34
[selectricity] / app / views / quickvote / _result_box.rhtml
1 <div id="<%= method %>_result" class="resultbox"<%= ' style="display: none;"' unless @election.election_method == method %>>
2 <div class="normal-header">
3   <span class="header"><%= ELECTION_TYPES[method]%> </span>
4   <span class="subheader">
5   <% if @election.election_method == method %>
6     Selected Method
7   <% else %>
8     Alternative Method 
9   <% end %></span>
10 </div>
11
12 <%= render :partial => 'methodinfo_' + method,
13            :object => @results[@election.election_method] %>
14
15 </div>
16

Benjamin Mako Hill || Want to submit a patch?