X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/49997d3063f434e33e64040fdb57ba30f4e4c2a8..059813befe57bab83dbc84627149f1af08d1c850:/app/views/quickvote/create.rhtml diff --git a/app/views/quickvote/create.rhtml b/app/views/quickvote/create.rhtml index 360a690..cf91e19 100644 --- a/app/views/quickvote/create.rhtml +++ b/app/views/quickvote/create.rhtml @@ -10,7 +10,7 @@ <%= 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 %>

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