skill-assessment-app/app/views/recruiter/edit.html.erb

7 lines
269 B
Plaintext
Raw Normal View History

<main class="intro_tpl">
<h1>Edit: <%= @candidate.name %></h1>
<p><strong>Test ID: </strong><%= @candidate.test_hash %></p>
2016-09-16 13:40:23 -05:00
<%= render partial: 'form', locals: { action: update_candidate_path(@candidate.id), candidate: @candidate, quizzes: @quizzes } %>
</main>