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

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