X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/cc4532dee83d19baf79b35fadf7064b9b5c3948a..1660465f3e072cbddc19b19f7f8869affb0694c5:/app/views/elections/new.rhtml?ds=inline diff --git a/app/views/elections/new.rhtml b/app/views/elections/new.rhtml new file mode 100644 index 0000000..5e6fa1f --- /dev/null +++ b/app/views/elections/new.rhtml @@ -0,0 +1,9 @@ +

Create A New Election

+ +

Step 1: Describe The Election

+ +<%= form_tag :action => 'create_election' %> + <%= render :partial => 'overview_form' %> + <%= submit_tag "Done!" %> +<%= end_form_tag %> +