Sha256: 2caebd7dce178c352d8fe654bc470db39f4c72a2136ef60921a8c3faca71fa59

Contents?: true

Size: 447 Bytes

Versions: 8

Compression:

Stored size: 447 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Levels</h1>

<table>
  <thead>
    <tr>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @levels.each do |level| %>
      <tr>
        <td><%= link_to 'Show', level %></td>
        <td><%= link_to 'Edit', edit_level_path(level) %></td>
        <td><%= link_to 'Destroy', level, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
go_gamification-0.0.20 app/views/gamification/levels/index.html.erb
go_gamification-0.0.19 app/views/gamification/levels/index.html.erb
go_gamification-0.0.18 app/views/gamification/levels/index.html.erb
go_gamification-0.0.17 app/views/gamification/levels/index.html.erb
go_gamification-0.0.16 app/views/gamification/levels/index.html.erb
go_gamification-0.0.15 app/views/gamification/levels/index.html.erb
go_gamification-0.0.14 app/views/gamification/levels/index.html.erb
go_gamification-0.0.13 app/views/gamification/levels/index.html.erb