X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7..feb38c08f5cbda03d540aef83fc056070e4b7b68:/app/views/quickvote/create.rhtml?ds=sidebyside diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml old mode 100644 new mode 100755 index 0a5d4aa..360a690 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,25 +1,19 @@ <% -%> -
Please review the data you've entered and confirm it. The candidates -for the vote you've submitted include:
- -
-seperate choices with a ";"; at least two are required
-
-<%= text_area 'quickvote', 'candidatelist', :cols => 50, :rows => 2 %>
<% if @quickvote -%> - <%= submit_tag "Confirm" -%> - <%= hidden_field :quickvote, :reviewed, :value => 1 %> - <% else %> - <%= submit_tag "Submit" -%> - <%- end -%> -
+<%= submit_tag "Create Quickvote" -%> <%= end_form_tag %>