app/views/phcmemberspro/directory/categories/show.html.erb in phcmemberspro-91.4.0 vs app/views/phcmemberspro/directory/categories/show.html.erb in phcmemberspro-92.0.0
- old
+ new
@@ -1,30 +1,30 @@
-<!-- Title System -->
+<!-- -PHCDEV- Title Variables -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Detailed Information for " + @directory_category.category_name %>
<% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.dashboard_path %>
<% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
-<!-- Title System -->
+<!-- -PHCDEV- Title Variables -->
-<!-- Page Bradcrumbs -->
-<ol class="breadcrumb pull-right">
+<!-- -PHCDEV- Bradcrumbs -->
+<ol class="breadcrumb float-xl-end">
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
-<!-- Page Bradcrumbs -->
+<!-- -PHCDEV- Bradcrumbs -->
-<!-- Page Header -->
+<!-- -PHCDEV- Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
-<!-- Page Header -->
+<!-- -PHCDEV- Bradcrumbs -->
-<!-- Page Content -->
+<!-- -PHCDEV- Panel -->
<div class="row">
<div class="col-lg-3">
- <%= render 'phcmemberspro/directory/categories/components/category_sidebar' %>
+ <%= render "phcmemberspro/directory/categories/components/category_sidebar" %>
</div>
<div class="col-lg-9">
- <%= render 'phcmemberspro/directory/categories/components/category_main' %>
+ <%= render "phcmemberspro/directory/categories/components/category_main" %>
</div>
</div>
-<!-- Page Content -->
+<!-- -PHCDEV- Panel -->