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

Version Path
wordjelly-auth-1.6.0 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.9 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.8 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.7 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.6 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.5 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.4 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.3 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.2 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.1 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.5.0 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.9 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.8 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.7 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.6 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.5 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.4 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.3 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.2 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.4.0 app/views/auth/admin_create_users/index.html.erb