X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7..c8404eeb9ad60aa18526c56feff2d26ea161028b:/app/views/quickvote/create.rhtml
diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml
index 0a5d4aa..37e62c6 100644
--- a/app/views/quickvote/create.rhtml
+++ b/app/views/quickvote/create.rhtml
@@ -1,47 +1,72 @@
-<% -%>
-
-<% if @quickvote %>
+
-
Please review the data you've entered and confirm it. The candidates
-for the vote you've submitted include:
+
+
+<%= render :partial => 'candidate_list' %>
+
-
-<% for candidate in @quickvote.raw_candidates %>
- - <%= candidate.capitalize %>
-<% end %>
-
+<% form_tag(:action => 'create') do %>
+
+
-<% end %>
+
required; 5-12 characters; only letters and numbers; no spaces
-<%= form_tag :action => 'create' %>
-
+
<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %>
+
+
+
+
required; free-form
+
+<%= text_field 'quickvote', 'description', :size => 50 %>
-