X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/49997d3063f434e33e64040fdb57ba30f4e4c2a8..8964e46880760a85a7c86a239f032c841a96410d:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 360a690..94081e6 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -1,30 +1,69 @@ -<% -%> -

Create QuickVote

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

+

-
+
<%= render :partial => 'candidate_list' %>
-<%= form_tag :action => 'create' %> +<% 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_form_tag %> +<% end %>