Sha256: 346c6f3d84cd84d9e077476f6b76a3641c37e300624df8b08dd5484f66da5470

Contents?: true

Size: 655 Bytes

Versions: 27

Compression:

Stored size: 655 Bytes

Contents

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

<h1>Posts</h1>

<table>
  <thead>
    <tr>
      <th>Title</th>
      <th>Body</th>
      <th>Published</th>
      <th colspan="3"></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Post', new_post_path %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
cypress-on-rails-1.17.0 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.16.0 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.15.1 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.15.0 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.14.0 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.13.1 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.13.0 specs_e2e/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.12.1 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.12.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.11.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.10.1 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.9.1 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.9.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.8.1 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.8.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.7.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.6.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.5.1 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.5.0 spec/integrations/rails_5_2/app/views/posts/index.html.erb
cypress-on-rails-1.4.2 spec/integrations/rails_5_2/app/views/posts/index.html.erb