Sha256: 7c3e55534181da4f5955587071d9df0acf1894ef51f21f9278412e06de1d1e17

Contents?: true

Size: 352 Bytes

Versions: 5

Compression:

Stored size: 352 Bytes

Contents

<h2>
  Questions
  <%= link_to "New Question", new_question_group_question_path(@question_group) %>
</h2>
<hr/>

<table>
  <colgroup>
    <col>
    <col width="250">
  </colgroup>
  <thead>
    <tr>
      <th>Question</th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <%= render partial: "question", collection: @questions %>
  </tbody>
</table>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rapidfire-2.1.0 app/views/rapidfire/questions/index.html.erb
rapidfire-2.0.0 app/views/rapidfire/questions/index.html.erb
unique_rapidfire-1.0.0 app/views/rapidfire/questions/index.html.erb
rapidfire-1.2.0 app/views/rapidfire/questions/index.html.erb
rapidfire-1.0.0 app/views/rapidfire/questions/index.html.erb