app/views/phcpress/article/categories/show.html.erb in phcpress-51.0.0 vs app/views/phcpress/article/categories/show.html.erb in phcpress-52.0.0

- old
+ new

@@ -1,9 +1,9 @@ <p id="notice"><%= notice %></p> <p> - <strong>Catname:</strong> - <%= @article_category.catname %> + <strong>category_name:</strong> + <%= @article_category.category_name %> </p> <%= link_to 'Edit', edit_article_category_path(@article_category) %> | <%= link_to 'Back', article_categories_path %>