Directory Categories & Connected Listings Index
<%= render 'phcnotifi/notifications' %>
<%= link_to 'New Directory Category', new_directory_category_path, class: "btn btn-primary" %>
Category Name | ||
---|---|---|
<%= directory_category.catname %> |
<%= link_to 'Edit', edit_directory_category_path(directory_category), class: "btn btn-primary" %>
<%= link_to 'Destroy', directory_category, class: "btn btn-danger", method: :delete, data: { confirm: 'Are you sure? Removing a directory category will also remove all listing connections.?' } %>
|
<%= link_to 'Connect Member Listings', directory_category_catlists_path(directory_category), :class => "btn btn-success" %>
|