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.1.7 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.6 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.5 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.4 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.3 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.2 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.1 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.1.0 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.0.9 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.0.8 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.0.5 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.0.4 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.0.3 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-1.0.2 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-0.0.8 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-0.0.5 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-0.0.4 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-0.0.3 app/views/auth/admin_create_users/index.html.erb
wordjelly-auth-0.0.1 app/views/auth/admin_create_users/index.html.erb