Sha256: b6a7ee50df4da704c2df4ef39e75a10f703978e856b82b6d35bdf43eb0ed14eb

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

<h1>Listing global_resources</h1>

<table>
  <tr>
    <th>Name</th>
    <th>Description</th>
    <th></th>
    <th></th>
    <th></th>
  </tr>

<% @global_resources.each do |global_resource| %>
  <tr>
    <td><%= global_resource.name %></td>
    <td><%= global_resource.description %></td>
    <td><%= link_to 'Show', global_resource %></td>
    <td><%= link_to 'Edit', edit_global_resource_path(global_resource) %></td>
    <td><%= link_to 'Destroy', global_resource, method: :delete, data: { confirm: 'Are you sure?' } %></td>
  </tr>
<% end %>
</table>

<br />

<%= link_to 'New Global resource', new_global_resource_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alberich-0.2.0 test/dummy/app/views/global_resources/index.html.erb