Sha256: a8efd4bb98e3fe345b51528c21029cebb98382e2d0ed9b53aa43b92c1dca6904

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

<h1>Listing bolt_groups</h1>

<table>
  <tr>
    <th>Name</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @bolt_groups.each do |bolt_group| %>
  <tr>
    <td><%= bolt_group.name %></td>
    <td><%= link_to 'Show', bolt_group %></td>
    <td><%= link_to 'Edit', edit_bolt_group_path(bolt_group) %></td>
    <td><%= link_to 'Destroy', bolt_group, :confirm => 'Are you sure?', :method => :delete %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Group', new_bolt_group_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurry-0.1.0 app/views/bolt/groups/index.html.erb~