Sha256: 552083e983e7fc616b100c92d29f52e82770c0d8bab43ad2628819e264360988
Contents?: true
Size: 596 Bytes
Versions: 2
Compression:
Stored size: 596 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Listing Directory Listings</h1> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @directory_listings.each do |directory_listing| %> <tr> <td><%= link_to 'Show', directory_listing %></td> <td><%= link_to 'Edit', edit_directory_listing_path(directory_listing) %></td> <td><%= link_to 'Destroy', directory_listing, method: :delete, data: { confirm: 'Are you sure?' } %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Listing', new_directory_listing_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-6.8.0 | app/views/phcmemberspro/directory/listings/index.html.erb |
phcmemberspro-6.7.6 | app/views/phcmemberspro/directory/listings/index.html.erb |