X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0:/app/views/election/edit_candidates.rhtml diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml old mode 100644 new mode 100755 index 0c416d5..cc2c16a --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,14 +1,25 @@ -<% @edit = true %> -

<%= @election.name %>: Edit Candidates

+

Edit/Add Candidates

-

The following are valid options or candidates in this election:

+<%= error_messages_for :candidate %> - -<%= render :partial => 'candidates_form' %> +

Please enter new candidates below.

+ +<%= form_tag( { :action => :add_candidate, :id => @election.id }, + :multipart => true ) %> +<%= render :partial => 'candidate_form' %> +<%= submit_tag "Add Candidate" %> +<%= end_form_tag %> + <%= button_to "Done!", :action => 'show', :id => @election %>