app/views/phcmembers/directory/categories/show.html.erb in phcmembers-61.0.0 vs app/views/phcmembers/directory/categories/show.html.erb in phcmembers-61.3.0

- old
+ new

@@ -1,25 +1,32 @@ <!-- Title System --> <% phc_title "Directory Category Manager" %> <% phc_title_tagline "Detailed Information for " + @directory_category.catname %> -<% phc_breadcrumb_one link_to "Dashboard", phcmembers.modules_dashboards_index_path %> +<% 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 --> -<!-- Page Title Bar --> -<section class="content-header"> - <!-- Page Title and BreadCrumb --> - <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1> - <ol class="breadcrumb"> - <li><%= yield(:phc_breadcrumb_one) %></li> - <li class="active"><%= yield(:phc_breadcrumb_two) %></li> - </ol> - <!-- Page Title and BreadCrumb --> -</section> -<!-- Page Title Bar --> +<!-- Page Bradcrumbs --> +<ol class="breadcrumb pull-right"> + <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 --> -<!-- Main Content --> -<section class="content"> - <%= render 'phcmembers/directory/categories/components/category_main' %> -</section> -<!-- Main Content --> +<!-- Page Header --> +<h1 class="page-header"><%= yield(:phc_title) %></h1> +<!-- Page Header --> + +<!-- Page Content --> +<div class="wrapper wrapper-content animated fadeInRight"> + <div class="row"> + <div class="col-lg-3"> + <%= render 'phcmembers/directory/categories/components/category_sidebar' %> + </div> + <div class="col-lg-9"> + <%= render 'phcmembers/directory/categories/components/category_main' %> + </div> + </div> +</div> +<!-- Page Content -->