Sha256: 16c9098d65260e2eef712b14b09d28e93ce52056ef5a411c2da8cae37a0b2bd3
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
<!-- Title System --> <% phc_title "Directory Category Manager" %> <% phc_title_tagline "Detailed Information for " + @directory_category.catname %> <% 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 --> <!-- 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 --> <!-- 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 'phcmemberspro/directory/categories/components/category_sidebar' %> </div> <div class="col-lg-9"> <%= render 'phcmemberspro/directory/categories/components/category_main' %> </div> </div> </div> <!-- Page Content -->
Version data entries
3 entries across 3 versions & 1 rubygems