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