Sha256: bc1ad2283bc0027219d88f46a1e887e947bd2157e214f4d7442aaabbf97ed8e0

Contents?: true

Size: 1.25 KB

Versions: 40

Compression:

Stored size: 1.25 KB

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-12">

			<div class="ibox float-e-margins">

				<div class="ibox-title">
					<h5><%= yield(:phc_title_tagline) %></h5>
					<div class="ibox-tools">
						<a class="collapse-link">
							<i class="fa fa-chevron-up"></i>
						</a>
						<a class="close-link">
							<i class="fa fa-times"></i>
						</a>
					</div>
				</div>

				<div class="ibox-content">
					<%= render 'phcmemberspro/directory/categories/components/category_main' %>
				</div>

			</div>

		</div>
	</div>

</div>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
phcmemberspro-11.11.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.11.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.11.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.6 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.5 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.4 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.10.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.7 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.6 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.5 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.2 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.1 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.9.0 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.8.5 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.8.3 app/views/phcmemberspro/directory/categories/show.html.erb
phcmemberspro-11.8.2 app/views/phcmemberspro/directory/categories/show.html.erb