admin a11y polish
This commit is contained in:
@ -21,7 +21,9 @@
|
||||
<%= form.text_field :project %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div role="group" aria-labelledby="position-type">
|
||||
<span id="position-type">Position Type</span>
|
||||
|
||||
<%= form.radio_button :position, 'full-time' %>
|
||||
<%= form.label "position_full-time", "Full-time" %>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
<td><%= candidate.experience %> years</td>
|
||||
<td><%= candidate.status %></td>
|
||||
<td><%= candidate.completed ? link_to("Submitted", admin_result_path(candidate.test_hash)) : "" %></td>
|
||||
<td><%= candidate.reminded ? "Yes" : "" %></td>
|
||||
<td><%= raw candidate.reminded ? "✓" : "·" %></td>
|
||||
<td><%= candidate.interview? %></td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user