Sha256: e48030228ce2675d971a598dda197c8680852fa4291b4b30a8f43cc6850639dc
Contents?: true
Size: 646 Bytes
Versions: 59
Compression:
Stored size: 646 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Listing Auth Admin Create Users</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @auth_admin_create_users.each do |auth_admin_create_user| %> <tr> <td><%= link_to 'Show', auth_admin_create_user %></td> <td><%= link_to 'Edit', edit_auth_admin_create_user_path(auth_admin_create_user) %></td> <td><%= link_to 'Destroy', auth_admin_create_user, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Admin create user', new_auth_admin_create_user_path %>
Version data entries
59 entries across 59 versions & 1 rubygems