Sha256: 18c2372fc260c94e8c9087ab093b3176c27c815fef8d3942d4560c250c26b599

Contents?: true

Size: 1008 Bytes

Versions: 1

Compression:

Stored size: 1008 Bytes

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Dashboard", modules_dashboards_index_path %></li>
			<li class="active"><%= link_to "Directory Category Index", directory_categories_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-4">
		<div class="title-action">
		</div>
	</div>
</div>


<div class="wrapper wrapper-content animated fadeInRight">

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

</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcmemberspro-14.7.3 app/views/phcmemberspro/directory/categories/show.html.erb