Sha256: c31642aff485620a3e1b84ef93c977e57412b9da2a16d1b960d86556b87ae4cc

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

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

<h1>Gltf Models</h1>

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

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

<br>

<%= link_to 'New Gltf Model', new_gltf_model_path %>

Version data entries

2 entries across 2 versions & 2 rubygems

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