Sha256: 07a9bc2f3ba15c3496cd98c9b8796b31a88c8c3414e750f0225d894c6e62133d

Contents?: true

Size: 538 Bytes

Versions: 54

Compression:

Stored size: 538 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Listing Auth Images</h1>

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

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

<br>

<%= link_to 'New Image', new_auth_image_path %>

Version data entries

54 entries across 54 versions & 1 rubygems

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