Commit fa2d026e authored by Galen Evilla's avatar Galen Evilla

edit

parent 4d85676a
...@@ -32,18 +32,17 @@ ...@@ -32,18 +32,17 @@
<hr> <hr>
<table width="100%"> <table width="100%">
<h4>Gender of Voters</h4>
<tr> <tr>
<th>Male Voters</th> <th>Male Voters</th>
<th>Female Voters</th> <th>Female Voters</th>
<th>Other Voters</th> <th>Other Voters</th>
<th>Total Active Votes</th> <th>Total Votes</th>
<th>Total Active and Inactive Casted Votes</th>
</tr> </tr>
<tr> <tr>
<td><%= m%></td> <td><%= m%></td>
<td><%= f%></td> <td><%= f%></td>
<td><%= o%></td> <td><%= o%></td>
<td><%= m+f+o%></td>
<td><%= @candidate.votes.count %></td> <td><%= @candidate.votes.count %></td>
</tr> </tr>
</table> </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