app/views/phcmembers/directory/categories/edit.html.erb in phcmembers-61.5.0 vs app/views/phcmembers/directory/categories/edit.html.erb in phcmembers-62.0.0
- old
+ new
@@ -1,7 +1,7 @@
<!-- Title System -->
<% phc_title "Directory Category Manager" %>
-<% phc_title_tagline "Edit " + @directory_category.catname + " Category Name" %>
+<% phc_title_tagline "Edit " + @directory_category.category_name + " Category Name" %>
<% phc_breadcrumb_one link_to "Dashboard", phcmembers.dashboard_path %>
<% phc_breadcrumb_two link_to "Directory Category Index", phcmembers.directory_categories_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->