X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/936d687077455711e0c5031f0244cc873f225658..5a8b533b5abec8dc24674e4ef084b0b9779da8af:/app/views/elections/edit_candidates.rhtml diff --git a/app/views/elections/edit_candidates.rhtml b/app/views/elections/edit_candidates.rhtml index 2809d10..0c416d5 100644 --- a/app/views/elections/edit_candidates.rhtml +++ b/app/views/elections/edit_candidates.rhtml @@ -1,5 +1,14 @@ <% @edit = true %>

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

+

The following are valid options or candidates in this election:

+ + + <%= render :partial => 'candidates_form' %> <%= button_to "Done!", :action => 'show', :id => @election %>