Sha256: 8f50925aade038e479ee1bf5a6879c2d6fbc8dffebdf0b447f728867ec1cf8b9

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 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", phcmembers.dashboard_path %>
<% phc_breadcrumb_two link_to "Directory Category Index", phcmembers.directory_categories_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- -PHCDEV- Title Variables -->

<!-- -PHCDEV- Page 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- Page Bradcrumbs -->

<!-- -PHCDEV- Bradcrumbs -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- -PHCDEV- Bradcrumbs -->

<!-- -PHCDEV- Panel -->
<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>
	<!-- -PHCDEV- Panel - Body -->

</div>
<!-- -PHCDEV- Panel -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcmembers-68.0.3 app/views/phcmembers/directory/categories/show.html.erb
phcmembers-68.0.2 app/views/phcmembers/directory/categories/show.html.erb
phcmembers-68.0.1 app/views/phcmembers/directory/categories/show.html.erb
phcmembers-68.0.0 app/views/phcmembers/directory/categories/show.html.erb