X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/04f827dd4647f3a7d6e5bd8f5e9083c730a8dccc..41db8c20bfa6518cacaf6b3f816fb071fc486374:/app/views/quickvote/create.rhtml?ds=sidebyside diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 7074218..6b6ada8 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -3,44 +3,28 @@ <%= error_messages_for 'quickvote' %> -<% if @quickvote %> -
Please review the data you've entered and confirm. The candidates for -the election submitted include:
+ -
-
-<%= text_field 'quickvote', 'name' %>
-<%= text_area 'quickvote', 'description', :rows => 2 %>
-Seperate choices with a ";". At least two are required.
+
+required; one line summary on the first line
-<%= text_area 'quickvote', 'candidatelist', :rows => 3 %>
<% if @quickvote -%> - <%= submit_tag "Confirm" -%> - <%= hidden_field :quickvote, :reviewed, :value => 1 %> - <% else %> - <%= submit_tag "Create QuickVote" -%> - <%- end -%> -
+<%= submit_tag "Create Quickvote" -%> <%= end_form_tag %>