X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/cc4532dee83d19baf79b35fadf7064b9b5c3948a..1660465f3e072cbddc19b19f7f8869affb0694c5:/app/views/elections/new_candidates.rhtml diff --git a/app/views/elections/new_candidates.rhtml b/app/views/elections/new_candidates.rhtml new file mode 100644 index 0000000..67525fd --- /dev/null +++ b/app/views/elections/new_candidates.rhtml @@ -0,0 +1,5 @@ +<% @edit = true %> +

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

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