Sha256: 402fb6bc96f53b141d696bb1e582ad8550dd64e0fa749cd4c1ae8d1ca74f0711

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

<!-- Title System -->
<% 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 -->

<!-- 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="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>
<!-- Page Content -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcmemberspro-87.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-86.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-85.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-84.1.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-84.0.0 app/views/phcmemberspro/directory/categories/show.html.erb