Sha256: 5df7ab9c120c2cd1f81178e42afb9216d712fc2d48369f891015701b2807b3bf

Contents?: true

Size: 926 Bytes

Versions: 41

Compression:

Stored size: 926 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-4">
		<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-8">
		<div class="title-action">
		</div>
	</div>
</div>


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

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

</div>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
phcmemberspro-13.4.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.4.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.4.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.2.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.2.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.1.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.1.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.0.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-13.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.2.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.2.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.1.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.1.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.1.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.1.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.0.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.0.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-12.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.11.5 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.11.4 app/views/phcmemberspro/directory/categories/show.html.erb