Sha256: 40df855feeb1d0e87b9636e295e758d0d1feb54fc657c974a806d6b5ddf67fe7
Contents?: true
Size: 1.12 KB
Versions: 4
Compression:
Stored size: 1.12 KB
Contents
<!-- -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) %> <!-- -PHCDEV- Title Variables --> <!-- -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> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Panel --> <div class="row"> <div class="col-lg-3"> <%= render "phcmemberspro/directory/categories/components/category_sidebar" %> </div> <div class="col-lg-9"> <%= render "phcmemberspro/directory/categories/components/category_main" %> </div> </div> <!-- -PHCDEV- Panel -->
Version data entries
4 entries across 4 versions & 1 rubygems