X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/1660465f3e072cbddc19b19f7f8869affb0694c5..9abed97635edbac7fb1a687298fff5c5434cdff4:/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 %>