X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/75091532075247ae9c47164ea883f4fe803eddf4..8f23a174c70223831055e1498b50c3ba260858fe:/app/views/voter/full_vote.rhtml diff --git a/app/views/voter/full_vote.rhtml b/app/views/voter/full_vote.rhtml index 599308f..e6ccb26 100644 --- a/app/views/voter/full_vote.rhtml +++ b/app/views/voter/full_vote.rhtml @@ -1,5 +1,13 @@ <% %> -<%= render_partial 'vote' %> +

Election: <%= @voter.election.name %>

+

Voter: <%= @voter.email %>

+

Description:

+
<%= @voter.election.description %>
+<%= render :partial => 'vote' %> + +<%= render :partial => 'sortable_vote' %> + +<%= button_to "Submit Vote", :action => 'review', :id => @voter.password %>