Active Listings in <%= @directory_category.catname %> Directory Category
<%= link_to edit_directory_category_path, class: "btn blue-soft" do %> Update Category Name <% end %> <%= link_to directory_category_path, class: "btn red-mint", method: :delete, data: { confirm: 'Are you sure? All listing connections for this category will also be removed.' } do %> Delete Category <% end %>
<%= render 'phcmemberspro/directory/categories/components/category_list' %>
Category Change Log
<%= render 'phcmemberspro/directory/categories/components/category_audits' %>