X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/49997d3063f434e33e64040fdb57ba30f4e4c2a8..ffec26b00fc14b92f82137e1e3c62ce78c93ea24:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 360a690..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 %>


+required; one line summary on the first line
<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %>

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