Sha256: 826324bac31a5ca88ddaa21693a0bffdecf12d8c51cddea64f0918e89d0a92a4

Contents?: true

Size: 563 Bytes

Versions: 9

Compression:

Stored size: 563 Bytes

Contents

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

<h1>Unzips</h1>

<table>
  <thead>
    <tr>
      <th>Zip file path</th>
      <th colspan="3"></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Unzip', new_unzip_path %>

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/unzips/index.html.erb
mega-os-1.0.0 app/views/unzips/index.html.erb
jester-data-8.0.0 app/views/unzips/index.html.erb
ezii-os-5.2.1 app/views/unzips/index.html.erb
ezii-os-2.0.1 app/views/unzips/index.html.erb
ezii-os-1.1.0 app/views/unzips/index.html.erb
ezii-os-1.0.0 app/views/unzips/index.html.erb
ezii-os-0.0.0.1.0 app/views/unzips/index.html.erb
ezii-os-0.0.0.0.1 app/views/unzips/index.html.erb