<%= link_to edit_directory_category_path, class: "btn btn-circle blue-chambray" do %> Edit <%= @directory_category.catname %> 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 <%= @directory_category.catname %> & Connected Listings <% end %>
<%= render 'phcmemberspro/directory/categories/components/category_list' %>
Category Change Log
<%= render 'phcmemberspro/directory/categories/components/category_audits' %>