Sha256: 2d8384e7ffcbd5a34d1759c1eb6670d52cf96fb21e856271fe9c9cc49473c973

Contents?: true

Size: 607 Bytes

Versions: 5

Compression:

Stored size: 607 Bytes

Contents

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

<h1>Modules Connections</h1>

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

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

<br>

<%= link_to 'New Modules Connection', new_modules_connection_path %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpresspro-4.1.5 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.1.2 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.1.1 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.1.0 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.0.6 app/views/phcpresspro/modules/connections/index.html.erb