Sha256: 0dbf183a66365bc52f9e0831bee680d0be1f87e41d3f429e9464e54f59be3b67

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

<h2>
  Question Groups
  <% if can_administer? %>
    <%= link_to "New Group", new_question_group_path %>
  <% end %>
</h2>
<hr/>

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

Version data entries

5 entries across 5 versions & 2 rubygems

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