X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4f2f1126a7a13ee3a6348e6033620ea6eb2b0d8e..7b649ccad8804580632c255b9f451482fdbbe32d:/app/views/election/general_information.rhtml diff --git a/app/views/election/general_information.rhtml b/app/views/election/general_information.rhtml new file mode 100644 index 0000000..0a1a513 --- /dev/null +++ b/app/views/election/general_information.rhtml @@ -0,0 +1,11 @@ +<%= render_partial 'progress', 'overview' %> + +

Create A New Vote

+ +

Vote Overview

+ +<% form_tag (:action => 'create_election') do %> + <%= render :partial => 'overview_form' %> + <%= submit_tag "Done!" %> +<% end %> +