Sha256: c6a5001e73de2e8d3d132a3f51048fb49ab4526b66e557d628f5c90aea67460b

Contents?: true

Size: 640 Bytes

Versions: 11

Compression:

Stored size: 640 Bytes

Contents

<div class="field">
  <label for="element_style" class="desc">Related Question Sheet
  <%= image_tag("fe/icons/question-balloon.png", title: "This list includes any template with \"Reference\" in the name.") %></label>
  <%= f.select :related_question_sheet_id, (Fe::QuestionSheet.active.where("label like 'REFERENCE%'").order(:label).all - [@page.question_sheet]).collect {|qs| [qs.label, qs.id]} %>
</div>

<div class="field">
  <label for="element_style" class="desc">Style</label>
  <%= f.select :style, [["Peer", "peer"], ["Spiritual", "spiritual"], ["Parent", "parent"]] %>
</div>

<%= render "fe/admin/panels/common_fields", f: f %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fe-2.1.6.1 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.1.6 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.1.5 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.1.4 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.1.3 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.1.2 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.1.1 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.0.8 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.0.6 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.0.5 app/views/fe/admin/panels/_prop_reference_question.html.erb
fe-2.0.4 app/views/fe/admin/panels/_prop_reference_question.html.erb