Sha256: 1f4da68057050e4a0fa56d31762c2533613c311951a1d6ce8b2c48a149d1c925

Contents?: true

Size: 774 Bytes

Versions: 33

Compression:

Stored size: 774 Bytes

Contents

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

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Home", directory_root_path %><i class="fa fa-circle"></i></li>
		<li><%= link_to "Directory Categories", directory_categories_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>

<!-- Main Content -->
<div class="row">
	<div class="col-md-12">
		<%= render 'phcmemberspro/directory/categories/components/category_main' %>
	</div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
phcmemberspro-8.6.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.6.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.6.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.6.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.9 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.8 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.7 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.6 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.5 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.4 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.5.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.0.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-8.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-7.9.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-7.9.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-7.8.14 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-7.8.12 app/views/phcmemberspro/directory/categories/show.html.erb