Sha256: e798ccc0d941e9589a6dabbffa5d80b7d30abd9bd8e8d99ba893b90254add2ff
Contents?: true
Size: 493 Bytes
Versions: 1
Compression:
Stored size: 493 Bytes
Contents
<h1>User Terms</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @user_terms.each do |user_term| %> <tr> <td><%= link_to 'Show', user_term %></td> <td><%= link_to 'Edit', edit_user_term_path(user_term) %></td> <td><%= link_to 'Destroy', user_term, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New User Term', new_user_term_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gdpr_rails-0.1.0 | app/views/policy_manager/user_terms/index.html.erb |