X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/75091532075247ae9c47164ea883f4fe803eddf4..ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7:/app/views/voter/_vote.rhtml diff --git a/app/views/voter/_vote.rhtml b/app/views/voter/_vote.rhtml index e742021..dc240af 100644 --- a/app/views/voter/_vote.rhtml +++ b/app/views/voter/_vote.rhtml @@ -1,37 +1,23 @@ <% %> -<% if @voter.election.quickvote? %> -

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

-

Description:

-
<%= @voter.election.description %>
-<% else %> -

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

-

Voter: <%= @voter.email %>

-

Description:

-
<%= @voter.election.description %>
-<% end %> - -

Candidates:

+

Candidates or choices:

    <% for candidate in @voter.election.candidates.sort %> -
  1. <%= candidate.name %>
  2. +
  3. <%= candidate.name.capitalize %>
  4. <% end %>
-
- -

Place Your Vote Here

- -

Rank each candidate in order of more preferred to least -preferred. (e.g., 123 or 321 or 213, etc.)

+

In the box below, list each choice in order of most preferred to +least preferred. Please list all choices in every vote. +(For example, 123 or 321 or 213, etc.)

<% if @voter.election.quickvote? %> - <%= form_tag quickconfirm_url( :votename => @voter.election.name ) %> + <%= form_tag quickaction_url( :votename => @voter.election.name, :action => 'confirm') %> <% else %> <%= form_tag :action => 'review', :id => @voter.password %> <% end %> <%= text_field :vote, :votestring -%> -<%= submit_tag "Submit!" %> +<%= submit_tag "Vote!" %> <%= end_form_tag %>