Sha256: 008859185807adbe1e919053b1e9252e23f999fc10e5b430310742dcd5c3fc4c

Contents?: true

Size: 701 Bytes

Versions: 3

Compression:

Stored size: 701 Bytes

Contents

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

<h1>Ezii Zappings</h1>

<table>
  <thead>
    <tr>
      <th>Previous url</th>
      <th>Next url</th>
      <th colspan="3"></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Ezii Zapping', new_ezii_zapping_path %>

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/ezii_zappings/index.html.erb
mega-os-1.0.0 app/views/ezii_zappings/index.html.erb
jester-data-8.0.0 app/views/ezii_zappings/index.html.erb