X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/45532efec547148def34ac29a1ea1c9652420d37..5901217a8893619fbdb02d540c08390f92eae368:/app/views/voter/_sortable_vote.rhtml diff --git a/app/views/voter/_sortable_vote.rhtml b/app/views/voter/_sortable_vote.rhtml index 512a4ee..2452476 100644 --- a/app/views/voter/_sortable_vote.rhtml +++ b/app/views/voter/_sortable_vote.rhtml @@ -1,3 +1,8 @@ +

Your Vote

+ +

Please vote by dragging items in the list below into your preferred +order.

+
    <% for ranking in @voter.vote.rankings %> @@ -12,3 +17,7 @@ <%= sortable_element 'rankings-list', :url => { :action => "sort_candidates", :id => @voter.vote.id }, :complete => visual_effect(:highlight, 'rankings-list') %> + +
    +<%= button_to "Confirm Vote", :action => 'review', :id => @voter.password %> +