Sha256: 3b0ddfddc983ef11e7b47a75113e0d929cd0231b24a826f66121c723102c2fe9

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

<h1>Listing error_duplicators</h1>

<table>
  <thead>
    <tr>
      <th>Subject</th>
      <th>Body</th>
      <th>Published</th>
      <th></th>
      <th></th>
      <th></th>
    </tr>
  </thead>

  <tbody>
    <% @error_duplicators.each do |error_duplicator| %>
      <tr>
        <td><%= error_duplicator.subject %></td>
        <td><%= error_duplicator.body %></td>
        <td><%= error_duplicator.published %></td>
        <td><%= link_to 'Show', error_duplicator %></td>
        <td><%= link_to 'Edit', edit_error_duplicator_path(error_duplicator) %></td>
        <td><%= link_to 'Destroy', error_duplicator, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Error duplicator', new_error_duplicator_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-prg-0.1.1 spec/dummy/app/views/error_duplicators/index.html.erb
rails-prg-0.1.0 spec/dummy/app/views/error_duplicators/index.html.erb