<%=t("questions") %>

<% @questions.each do |question| %> <% end %>
<%= Spree::Question.human_attribute_name(:question) %> <%= Spree::Question.human_attribute_name(:answer) %> <%= t("action") %>
<%= question.question %> <%= question.answer %> <%= link_to_edit question %>   <%= link_to_delete question %>
<%= paginate @questions %>