Commit 1e447e08 authored by Wills Gomez's avatar Wills Gomez

fixed another fuck up

parent 7e114ff3
......@@ -7,14 +7,9 @@
<% @positions.each do |p| %>
<<<<<<< HEAD
<h3><%= p.name %></h3>
<ul >
=======
<h2><%= p.name %></h2>
<ul>
>>>>>>> 715278555f37edd654b7c9770ce3962b9079fc3b
<% p.candidates.each do |c|%>
<li><%=link_to c.full_name, admin_candidate_path(c.id)%></li>
<% 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