Sha256: 08d0375ee76d17ec35cf49f6a12b5c618c173d96512869035bf415728759c54b

Contents?: true

Size: 540 Bytes

Versions: 1

Compression:

Stored size: 540 Bytes

Contents

<h1>Terms Categories</h1>

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

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

<br>

<%= link_to 'New Terms Category', new_terms_category_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gdpr_rails-0.1.0 app/views/policy_manager/terms_categories/index.html.erb