X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c35eb01007440d21ded1ec10e56406108fe44294..f7e185abe92cf8a4590f32996c86d15b8309db86:/app/views/voter/full_vote.rhtml diff --git a/app/views/voter/full_vote.rhtml b/app/views/voter/full_vote.rhtml index 9d4f1d0..5e8a8d1 100644 --- a/app/views/voter/full_vote.rhtml +++ b/app/views/voter/full_vote.rhtml @@ -30,12 +30,10 @@ vote.

<% @voter.election.candidates.each do |candidate| %> <% @current_candidate = candidate %> -
-

<%=h @current_candidate.name -%>

-
- <%=h (@current_candidate.description) %> -
+

<%= h @current_candidate.name %>

+ <%= render :partial => 'election/candidate_box_info' %>
<% end %> +