<%= render 'phcnotifi/notifications' %>
<% @directory_catlists.each do |directory_catlists| %>
<%= directory_catlists.category.catname %> |
<%= directory_catlists.listing.mlcompanyname %> |
<%= link_to 'Destroy', directory_category_catlist_path(directory_catlists.category, directory_catlists), class: "btn btn-danger", method: :delete, data: { confirm: 'Are you sure? This will only remove the listing from the directory category. The listing will still be saved with the members profile.' } %> |
<% end %>
<%= link_to 'New Listing', new_directory_category_catlist_path, class: "btn btn-primary" %>