15 lines
400 B
Plaintext
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 %>
|