X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ffec26b00fc14b92f82137e1e3c62ce78c93ea24..50d95cd1569a8452323d565cf2f34fc63672cff7:/app/views/election/general_information.rhtml diff --git a/app/views/election/general_information.rhtml b/app/views/election/general_information.rhtml index 0a1a513..feed407 100644 --- a/app/views/election/general_information.rhtml +++ b/app/views/election/general_information.rhtml @@ -1,11 +1,10 @@ -<%= render_partial 'progress', 'overview' %> +
+ Election Overview + +
-

Create A New Vote

- -

Vote Overview

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