<%= f.label :question, Spree::Question.model_name.human(count: 1) %> *
<%= f.text_field :question, class: 'fullwidth title' %>
<%= f.label :answer, Spree.t(:answer, scope: :spree_faq) %> *
<%= f.text_area :answer, rows: 2, class: 'fullwidth' %>
<%= f.hidden_field :_destroy %> <%= link_to_with_icon 'icon-trash', 'remove', '#', class: 'remove' %>