X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4efa3e9bc47cc649205a399fde51ed7e61bef7f8..2ba40f97b78f529984ff26c7c7d61c91d213e7b0:/app/views/election/edit_candidate.rhtml diff --git a/app/views/election/edit_candidate.rhtml b/app/views/election/edit_candidate.rhtml new file mode 100644 index 0000000..9bc9954 --- /dev/null +++ b/app/views/election/edit_candidate.rhtml @@ -0,0 +1,9 @@ +

Editing <%= @candidate.name %>

+ +<%= error_messages_on :candidate %> + +<%= form_tag :action => 'update_candidate', :id => @candidate.id %> + <%= render :partial => 'candidate_form' %> + <%= submit_tag "Done!" %> +<%= end_form_tag %> +