Sha256: 4ff0086b9f81cba92084aa5b27e6604c9257dde9d155bc09f503dbf2ee426efb

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

<h2>
  Surveys
</h2>
<h3>
  <% if can_administer? %>
    <%= link_to "New Survey", new_survey_path %>
  <% end %>
</h3>
<h4>
  <%= link_to t('Back to home'), '/' %>
</h4>
<hr/>

<table>
  <colgroup>
    <col>
    <col width="250">
  </colgroup>
  <thead>
    <tr>
      <th>Survey</th>
      <th>Action</th>
    </tr>
  </thead>
  <tbody>
    <%= render partial: "survey", collection: @surveys %>
  </tbody>
</table>

<% if defined?(Kaminari) %>
  <%= paginate @surveys %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rapidfire-4.0.0 app/views/rapidfire/surveys/index.html.erb
rapidfire-3.1.0 app/views/rapidfire/surveys/index.html.erb