Sha256: 0f492006b312751d5f6d95e0ae7bd4b89270e7ebee4857d9253df7b7ee845734

Contents?: true

Size: 761 Bytes

Versions: 13

Compression:

Stored size: 761 Bytes

Contents

<h1>Listing post_with_collections</h1>

<table>
  <thead>
    <tr>
      <th>Title</th>
      <th>File</th>
      <th></th>
      <th></th>
      <th></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Post with collection', new_post_with_collection_path %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
uploadcare-rails-1.2.1 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.2.0 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.2.0.pre.alpha3 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.2.0.pre.alpha spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.1.1 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.1.0 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.6 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.5 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.4 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.3 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.2 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.1 spec/dummy/app/views/post_with_collections/index.html.erb
uploadcare-rails-1.0.0.rc4 spec/dummy/app/views/post_with_collections/index.html.erb