Sha256: 64d97c3292df4f6ba5954f2c6b9e26155ee387c23f2578647fbec03a35a3cb40

Contents?: true

Size: 582 Bytes

Versions: 6

Compression:

Stored size: 582 Bytes

Contents

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

<h1>String Activities</h1>

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

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

<br>

<%= link_to 'New String Activity', new_string_activity_path %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lesli_babel-0.6.0 app/views/lesli_babel/string/activities/index.html.erb
lesli_babel-0.5.0 app/views/lesli_babel/string/activities/index.html.erb
lesli_babel-0.4.0 app/views/lesli_babel/string/activities/index.html.erb
lesli_babel-0.3.0 app/views/lesli_babel/string/activities/index.html.erb
lesli_babel-0.2.0 app/views/lesli_babel/string/activities/index.html.erb
lesli_babel-0.1.0 app/views/lesli_babel/string/activities/index.html.erb