Sha256: 19e2eb244fbebaa8cecc2ec369308562e54c7d2d9ce45cb9f0cf4e3685bc95ef

Contents?: true

Size: 632 Bytes

Versions: 4

Compression:

Stored size: 632 Bytes

Contents

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

<h1>Waymo Slomos</h1>

<table>
  <thead>
    <tr>
      <th>Banal brainstorm</th>
      <th colspan="3"></th>
    </tr>
  </thead>

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

<br>

<%= link_to 'New Waymo Slomo', new_waymo_slomo_path %>

Version data entries

4 entries across 4 versions & 4 rubygems

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