Directory Categories & Connected Listings Index
    <%= render 'layouts/components/panel_options' %>
<%= render 'phcnotifi/notifications' %>
<% @directory_categories.each do |directory_category| %> <% end %>
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" %>
<%= link_to 'New Directory Category', new_directory_category_path, class: "btn btn-primary" %>