Sha256: 3eb3075d62bab08ca138c6618f1b25c98a8263da3b7e378c76cf95333a2d7b82

Contents?: true

Size: 783 Bytes

Versions: 3

Compression:

Stored size: 783 Bytes

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Detail Information for " + @directory_category.catname %>

<!-- Page Header -->
<div class="page-bar">
	<!-- Bread Crumb -->
	<ul class="page-breadcrumb">
		<li><%= link_to "Dashboard", root_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= link_to "Directory Category Index", directory_categories_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>
	<div class="page-toolbar">
	</div>
</div>
<h1 class="page-title">
	<%= yield(:phc_title) %>
	<small><%= yield(:phc_title_tagline) %></small>
</h1>

<!-- Page Content -->
<div class="row">
	<%= render 'phcmemberspro/directory/categories/components/category_main' %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcmemberspro-9.7.9 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.7.8 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.7.3 app/views/phcmemberspro/directory/categories/show.html.erb