Sha256: 39c75808ae06bf0f8134d1febf860a44eb030d1e3ed50e6358eaf0ead82d769f

Contents?: true

Size: 1.39 KB

Versions: 120

Compression:

Stored size: 1.39 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Detailed Information for " + @directory_category.catname %>
<% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
<% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- 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><%= yield(:phc_breadcrumb_one) %></li>
			<li><%= yield(:phc_breadcrumb_two) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_three) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcmemberspro.directory_categories_path, class: "btn btn-primary" do %>
				<i class="fa fa-sitemap"></i> Back to Category Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<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>
<!-- Page Content -->

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
phcmemberspro-82.2.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-82.1.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-82.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-81.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-80.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-79.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-78.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-77.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-76.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-74.1.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-74.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-73.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-72.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-71.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-70.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-69.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-68.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-67.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-66.0.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-65.0.0 app/views/phcmemberspro/directory/categories/show.html.erb