X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/c5d48f6ea92e43f07182d20ebe693692b4330437..57a193789d1f48a856816c357483cfd7c621cd9d:/app/views/election/general_information.rhtml diff --git a/app/views/election/general_information.rhtml b/app/views/election/general_information.rhtml index be09953..b7abd5c 100644 --- a/app/views/election/general_information.rhtml +++ b/app/views/election/general_information.rhtml @@ -1,7 +1,10 @@ -

Vote Overview

+
+ Election Overview + +
-<% form_tag (:action => 'create_election') do %> +<% form_tag( {:action => 'create_election'}, :multipart => true ) do %> <%= render :partial => 'overview_form' %> - <%= submit_tag "Done!" %> + + <%= submit_tag "Proceed to Next Step" %> <% end %> -