<%= link_to directory_category_listings_path(@directory_category), class: "btn btn-circle red-mint", method: :delete, data: { confirm: 'Are you sure? All listing connections will be removed.' } do %> See <%= @directory_category.catname %> Listings <% end %> <%= link_to edit_directory_category_path, class: "btn btn-circle blue-chambray" do %> Update Category <% end %> <%= link_to directory_category_path, class: "btn btn-circle red-mint", method: :delete, data: { confirm: 'Are you sure? All listing connections will be removed.' } do %> Delete Category <% end %>
<%= render 'phcmemberspro/directory/categories/components/category_list' %>
Category Change Log
<%= render 'phcmemberspro/directory/categories/components/category_audits' %>