Commit 37e830e0 authored by Wills Gomez's avatar Wills Gomez

vote tally count WIP

parent 48e9f000
...@@ -24,6 +24,10 @@ td { ...@@ -24,6 +24,10 @@ td {
} }
.index{ .index{
padding-left: 20px; padding-left: 50px;
padding-right: 40px; padding-right: 20px;
}
ul.nav navbar-nav navbar-right{
padding-top: 20px;
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<% @positions.each do |p| %> <% @positions.each do |p| %>
<h3><%= p.name %></h3> <h3><%= p.name %></h3>
<ul > <ul>
<% p.candidates.each do |c|%> <% p.candidates.each do |c|%>
<li><%=link_to c.full_name, admin_candidate_path(c.id)%></li> <li><%=link_to c.full_name, admin_candidate_path(c.id)%></li>
<% end %> <% end %>
......
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