X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/49997d3063f434e33e64040fdb57ba30f4e4c2a8..796f9d2f4d178419346feae82f3b3f7d30c5b2b2:/app/views/quickvote/create.rhtml?ds=inline 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 %>