Sha256: 2672c8c3de7eb8da9fec235aa142e632cc488385a4821c4cb4ed489ed6b5090d

Contents?: true

Size: 323 Bytes

Versions: 3

Compression:

Stored size: 323 Bytes

Contents

<div class="question">
  <p>
    <%= f.label :question, t("question") %> <span class="required">*</span><br />
    <%= f.text_field :question  %>  
  </p>
  <p>
    <%= f.label :answer, t("answer") %> <span class="required">*</span><br />
    <%= f.text_area :answer, :rows => 2 %>  
  </p>
  <%= remove_nested f %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_faq-3.0.5 app/views/admin/question_categories/_question.html.erb
spree_faq-3.0.4 app/views/admin/question_categories/_question.html.erb
spree_faq-3.0.3 app/views/admin/question_categories/_question.html.erb