X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/c933ff40da110253bc4c474d9c79c3a4ed98721d..171c0354e74b4fdd73e25ea05f5b2d23c0d1642f:/app/views/election/edit_candidates.rhtml?ds=sidebyside diff --git a/app/views/election/edit_candidates.rhtml b/app/views/election/edit_candidates.rhtml index 0c416d5..837f755 100644 --- a/app/views/election/edit_candidates.rhtml +++ b/app/views/election/edit_candidates.rhtml @@ -1,14 +1,27 @@ -<% @edit = true %> -
The following are valid options or candidates in this election:
+<%= error_messages_for :candidate %> -The following are valid options or candidates in this election:
+1;3A + + <% @election.candidates.each do |candidate| %> + <% @current_candidate = candidate %> + <%= render :partial => 'candidate_line_edit' %> + <% end %> + +<% else %> +There are no candidates registered for this election.
+<% end %> + +Please enter new candidates below.
+ +<% form_tag( { :action => :add_candidate, :id => @election.id }, + :multipart => true ) do %> +<%= render :partial => 'candidate_form' %> +<%= submit_tag "Add Candidate" %> <% end %> -