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