Sha256: 863ba82f7254091cd4f3976f0f4fccd92e55ac2f29cd85e616406e1d26f0a859

Contents?: true

Size: 625 Bytes

Versions: 9

Compression:

Stored size: 625 Bytes

Contents

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

<h1>Ezii Os Files</h1>

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

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

<br>

<%= link_to 'New Ezii Os File', new_ezii_os_file_path %>

Version data entries

9 entries across 9 versions & 4 rubygems

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