Sha256: 514c45323c00e6c6c007d66642919bff4d1dd44a1fa1e3b52d98af7b74af99db

Contents?: true

Size: 793 Bytes

Versions: 7

Compression:

Stored size: 793 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">
	<%= render 'phcmemberspro/directory/categories/components/category_main' %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcmemberspro-9.7.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.7.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.7.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.6.4 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.6.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.6.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-9.6.1 app/views/phcmemberspro/directory/categories/show.html.erb