Sha256: 18e9ac879b572681bbfb401e3eb0634bfb2ce29f38ef179d49a8f7d018dc8e69
Contents?: true
Size: 538 Bytes
Versions: 7
Compression:
Stored size: 538 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Types</h1> <table> <thead> <tr> <th>Code</th> <th colspan="3"></th> </tr> </thead> <tbody> <% @types.each do |type| %> <tr> <td><%= type.code_id %></td> <td><%= link_to 'Show', type %></td> <td><%= link_to 'Edit', edit_type_path(type) %></td> <td><%= link_to 'Destroy', type, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Type', new_type_path %>
Version data entries
7 entries across 7 versions & 4 rubygems