Sha256: f619a4ae0fcefafcd5558ec08881667e2eb99edc04e9dcf5778b111a68919eda

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Detailed Information for " + @directory_category.catname %>
<% 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 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 'phcmembers/directory/categories/components/category_sidebar' %>
		</div>
		<div class="col-lg-9">
			<%= render 'phcmembers/directory/categories/components/category_main' %>
		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcmembers-61.5.0 app/views/phcmembers/directory/categories/show.html.erb
phcmembers-61.4.0 app/views/phcmembers/directory/categories/show.html.erb
phcmembers-61.3.0 app/views/phcmembers/directory/categories/show.html.erb