Commit fa2d026e authored by Galen Evilla's avatar Galen Evilla

edit

parent 4d85676a
......@@ -32,18 +32,17 @@
<hr>
<table width="100%">
<h4>Gender of Voters</h4>
<tr>
<th>Male Voters</th>
<th>Female Voters</th>
<th>Other Voters</th>
<th>Total Active Votes</th>
<th>Total Active and Inactive Casted Votes</th>
<th>Total Votes</th>
</tr>
<tr>
<td><%= m%></td>
<td><%= f%></td>
<td><%= o%></td>
<td><%= m+f+o%></td>
<td><%= @candidate.votes.count %></td>
</tr>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment