Sha256: 8a4e34a54b9cbbf8d4ad1ac95936a1c617428af72e8adfa3759a047718683de7

Contents?: true

Size: 1.75 KB

Versions: 83

Compression:

Stored size: 1.75 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Web Directory Category Index" %>
<% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
<% phc_breadcrumb_two 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 class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcmemberspro.new_directory_category_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Create a New Directory Category
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<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">
					<ul class="list-group">
						<% @directory_categories.each do |directory_category| %>
							<li class="list-group-item">
								<span class="badge badge-default badge-roundless"><%= directory_category.listings.count %></span></span>
								<%= link_to directory_category.catname, directory_category %>
							</li>
						<% end %>
					</ul>
				</div>
			</div>

		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
phcmemberspro-42.1.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-42.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-41.0.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-41.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-40.1.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-40.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-39.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-38.0.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-38.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-37.0.3 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-37.0.2 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-37.0.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-37.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-36.3.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-36.2.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-36.1.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-36.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-35.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-34.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-33.0.0 app/views/phcmemberspro/directory/categories/index.html.erb