Sha256: b9d067a289ce26f0c5012598fdb3a58c9acc46762c289b1103e2d7b3b955f8ed

Contents?: true

Size: 827 Bytes

Versions: 13

Compression:

Stored size: 827 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", directory_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">
	<div class="col-md-12">
		<%= render 'phcmemberspro/directory/categories/components/category_main' %>
	</div>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcmemberspro-9.6.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.7 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.6 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.5 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.4 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.5.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.0.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.0.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.0.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.0.0 app/views/phcmemberspro/directory/categories/show.html.erb