2017-06-05 11:30:34 -05:00

15 lines
400 B
Plaintext

<% content_for :title, "Skills Assessment" %>
<h1>Let's Get Started</h1>
<p>Hey there! Give us your Test ID, and we'll get you started.</p>
<%= form_tag(validate_candidate_path) do %>
<%= render partial: "shared/generic_flash" %>
<label for="test_id">What's your Test ID?</label>
<input type="text" id="test_id" name="test_id" required />
<button type="submit">Log in</button>
<% end %>