<% phc_title "Plugin: Article Category Manager" %> <% phc_title_tagline "Category Index" %> <% phc_breadcrumb_one yield(:phc_title_tagline) %>

<%= yield(:phc_title_tagline) %>

<% @article_categories.each do |article_category| %> <% end %>
Category Name
<%= link_to article_category.catname, phcpresspro.edit_article_category_path(article_category) %> <%= link_to 'Trash', article_category, class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %>