admin a11y polish

This commit is contained in:
Mark Moser
2017-05-01 16:17:41 -05:00
parent 9368184aa8
commit b961fe7553
8 changed files with 23 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
<td><%= question.question %></td>
<td><%= question.input_type %></td>
<td><%= question.category %></td>
<td><%= question.active unless question.active? %></td>
<td><%= raw question.active? ? "&check;" : "&cross;" %></td>
<td><%= link_to 'Edit', admin_edit_question_path(question.to_i), { class: "" } %></td>
</tr>
<% end %>