X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/257d5a4c8c02d7b001fbfbce4aaced9f9937ff61..c49bd887561c4ee07feef7e6e8d25b6a3f15b5b7:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index cf91e19..c05424e 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,30 +1,68 @@ -<% -%> -

Create QuickVote

- -<%= error_messages_for 'quickvote' %> +
+ Quickvote + Create New QuickVote +
-

+

-
+
<%= render :partial => 'candidate_list' %>
<% form_tag(:action => 'create') do %> +

+ +

required; 5-12 characters; only letters and numbers; no spaces

+ +

<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %>

+ +

+ +

required; free-form
+ +<%= text_field 'quickvote', 'description', :size => 50 %>

+ + +
-<%= submit_tag "Create Quickvote" -%> +

<%= submit_tag "Create Quickvote" -%>

<% end %>