X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..f7761282a6a0744caadfa6ddfb44f09d68c9f928:/app/views/election/new.rhtml diff --git a/app/views/election/new.rhtml b/app/views/election/new.rhtml index 5e6fa1f..7b71748 100644 --- a/app/views/election/new.rhtml +++ b/app/views/election/new.rhtml @@ -1,9 +1,9 @@ -

Create A New Election

+

Create A New Vote

-

Step 1: Describe The Election

+

Vote Overview

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