Sha256: 43fc86cace162927ec513c816a747f31a3d516c7060fcf690eafa258605b3697

Contents?: true

Size: 657 Bytes

Versions: 6

Compression:

Stored size: 657 Bytes

Contents

<%= simple_fields_for :question_group, @question_group do |qg| %>
  <%= qg.hidden_field :id %>
  <%= qg.hidden_field :display_type, value: "inline" %>
  <div class="group_inline">
    <div class="group_inline_header">
      <span class="handle"></span>
      <span>
        Sub Question
      </span>
      <span>
        Question Type
      </span>
      <span>
        Possible Answers
      </span>
    </div>
    <%= render "group_inline_field", qg: qg %>
    <div class="add_question">
      <span></span>
      <span>
        Add Question <%= image_tag("addicon.png", class:"add_group_inline_question") %>
      </span>
    </div>
  </div>
<% end -%>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/views/surveyor_gui/question_groups/_group_inline_fields.html.erb
upgrade_surveyor_gui-0.1.2 app/views/surveyor_gui/question_groups/_group_inline_fields.html.erb
surveyor_gui-0.1.2 app/views/surveyor_gui/question_groups/_group_inline_fields.html.erb
surveyor_gui-0.1.1 app/views/surveyor_gui/question_groups/_group_inline_fields.html.erb
surveyor_gui-0.1.0 app/views/surveyor_gui/question_groups/_group_inline_fields.html.erb
surveyor_gui-0.0.3 app/views/question_groups/_group_inline_fields.html.erb