Sha256: 23bb59d3687db38c1965d9392a8f2854778a47090e2105699af880c6d70b646e

Contents?: true

Size: 709 Bytes

Versions: 12

Compression:

Stored size: 709 Bytes

Contents

<h1>Listing posts_with_collection_and_files</h1>

<table>
  <thead>
    <tr>
      <th></th>
      <th></th>
      <th></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Posts with collection and file', new_posts_with_collection_and_file_path %>

Version data entries

12 entries across 12 versions & 1 rubygems

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