<% questions.each do |question| %> <% end %>
Sort Question Type Category Active
<%= question.sort %> <%= question.question %> <%= question.input_type %> <%= question.category %> <%= raw question.active? ? "✓" : "✗" %> <%= link_to 'Edit', admin_edit_question_path(question.to_i), { class: "" } %>