Sha256: 3304d4747cbc07e682d5c1d793ade2ce2090f82bf5f279c7ac1a0ee0cd67bdbb
Contents?: true
Size: 589 Bytes
Versions: 9
Compression:
Stored size: 589 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Ezii Integrations</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @ezii_integrations.each do |ezii_integration| %> <tr> <td><%= link_to 'Show', ezii_integration %></td> <td><%= link_to 'Edit', edit_ezii_integration_path(ezii_integration) %></td> <td><%= link_to 'Destroy', ezii_integration, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Ezii Integration', new_ezii_integration_path %>
Version data entries
9 entries across 9 versions & 4 rubygems