Sha256: 4ff7c1f4e296319050b909640616226298b36f41759b113d94fceee37bd5a24c

Contents?: true

Size: 620 Bytes

Versions: 8

Compression:

Stored size: 620 Bytes

Contents

<div class="question" id="<%= dom_id f.object %>">
	<fieldset class="no-border-bottom">
	  <div class="field">
	    <%= f.label :question, Spree::Question.model_name.human(count: 1) %> <span class="required">*</span><br />
	    <%= f.text_field :question, class: 'fullwidth title' %>
	  </div>
	  <div class="field">
	    <%= f.label :answer, Spree.t(:answer, scope: :spree_faq) %> <span class="required">*</span><br />
	    <%= f.text_area :answer, rows: 2, class: 'fullwidth' %>
	  </div>
	  <%= f.hidden_field :_destroy %>
	  <%= link_to_with_icon 'icon-trash', 'remove', '#', class: 'remove' %>
  </fieldset>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree-faq-2.4.0 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.3.0 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.2.1 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.1.1 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.0.1 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.2.0 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.1.0 app/views/spree/admin/question_categories/_question.html.erb
spree-faq-2.0.0 app/views/spree/admin/question_categories/_question.html.erb