Sha256: a83e358c9a0428243bf874ea2290b29cf43c0c4769d710891139f51d0611c293

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 Bytes

Contents

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

<h1>Ezii Seeds</h1>

<table>
  <thead>
    <tr>
      <th>Github link</th>
      <th>Gist link</th>
      <th>Description</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @ezii_seeds.each do |ezii_seed| %>
      <tr>
        <td><%= ezii_seed.github_link %></td>
        <td><%= ezii_seed.gist_link %></td>
        <td><%= ezii_seed.description %></td>
        <td><%= link_to 'Show', ezii_seed %></td>
        <td><%= link_to 'Edit', edit_ezii_seed_path(ezii_seed) %></td>
        <td><%= link_to 'Destroy', ezii_seed, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Ezii Seed', new_ezii_seed_path %>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/ezii_seeds/index.html.erb
mega-os-1.0.0 app/views/ezii_seeds/index.html.erb