Sha256: 9440aebd1aa698e66cd4948c1a2d788ab024a91864bba945fc4a789354d25424
Contents?: true
Size: 668 Bytes
Versions: 7
Compression:
Stored size: 668 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Apis</h1> <table> <thead> <tr> <th>Rfc</th> <th>Rftrolling foreign key</th> <th>Code</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @apis.each do |api| %> <tr> <td><%= api.rfc %></td> <td><%= api.rftrolling_foreign_key %></td> <td><%= api.code_id %></td> <td><%= link_to 'Show', api %></td> <td><%= link_to 'Edit', edit_api_path(api) %></td> <td><%= link_to 'Destroy', api, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Api', new_api_path %>
Version data entries
7 entries across 7 versions & 4 rubygems