X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c65b1e11059c5cf510b54c785d4a246215058f70..86087be54da5f8c3af8fa475fafebd0c5527da9f:/app/views/quickvote/index.rhtml diff --git a/app/views/quickvote/index.rhtml b/app/views/quickvote/index.rhtml index eb37845..1179b7c 100644 --- a/app/views/quickvote/index.rhtml +++ b/app/views/quickvote/index.rhtml @@ -1,14 +1,14 @@ <% %> <% if @voter.election.shortdesc %> -

<%= @voter.election.shortdesc %>

+

<%=h @voter.election.shortdesc %>

<% else %>

QuickVote

<% end %> <% if @voter.election.longdesc %>

Description:

-
<%= @voter.election.longdesc %>
+
<%=h @voter.election.longdesc %>

Vote

<% end %> @@ -17,9 +17,9 @@

You have already voted. You can:

<% else %> @@ -31,14 +31,14 @@ bottom. When you are done, press confirm to record your vote.

    <% for ranking in @voter.vote.rankings %>
  1. - <%= ranking.candidate.name.capitalize %>
  2. + <%=h ranking.candidate.name.capitalize %> <% end %>
-<%= button_to "Confirm Vote", quickaction_url( :action => 'confirm', :votename => @voter.election.name) %> +<%= button_to "Confirm Vote", quickaction_url( :action => 'confirm', :ident => @voter.election.name) %> <%= sortable_element 'rankings-list', :url => { :action => "sort_candidates" , :id => @voter.vote.id },