skill-assessment-app/app/views/admin/candidate/edit.html.erb

8 lines
311 B
Plaintext
Raw Normal View History

2017-03-20 10:57:50 -05:00
<% content_for :title, "Edit Candidate - Skills Assessment Admin" %>
2016-11-22 16:59:54 -06:00
2017-03-20 10:57:50 -05:00
<h1>Edit: <%= @candidate.name %></h1>
2016-09-22 13:30:30 -05:00
2017-03-20 10:57:50 -05:00
<div><strong>Test ID: </strong><%= @candidate.test_hash %></div>
<%= render partial: 'form', locals: { action: admin_update_candidate_path(@candidate.id), candidate: @candidate, quizzes: @quizzes } %>