Sha256: 910305717b9a2bde412cdd1912a229af213094a1ffaac1d79caa9bca823ec68e
Contents?: true
Size: 779 Bytes
Versions: 7
Compression:
Stored size: 779 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Basecamp Integrations</h1> <table> <thead> <tr> <th>Description</th> <th>Code</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @basecamp_integrations.each do |basecamp_integration| %> <tr> <td><%= basecamp_integration.description %></td> <td><%= basecamp_integration.code %></td> <td><%= link_to 'Show', basecamp_integration %></td> <td><%= link_to 'Edit', edit_basecamp_integration_path(basecamp_integration) %></td> <td><%= link_to 'Destroy', basecamp_integration, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Basecamp Integration', new_basecamp_integration_path %>
Version data entries
7 entries across 7 versions & 4 rubygems