X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4ef17d5cb30800c33e325d1777cdd4ccd4611a54..905cf65f6b3e8acc894c268c3bf729e7b0c76292:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 6b6ada8..7ccb644 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -3,14 +3,14 @@ <%= error_messages_for 'quickvote' %> -

+

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

+<%= check_box('options', 'advanced', + :onclick => 'Element.toggle($("advanced")); false;' )%>Advanced + + +
+ <%= submit_tag "Create Quickvote" -%> -<%= end_form_tag %> +<% end %> + + + +