Sha256: 3d6ddc99c616e4ee91258000809b1435fb56c005d89f7b49bf7e001b6c18db5a

Contents?: true

Size: 1.37 KB

Versions: 34

Compression:

Stored size: 1.37 KB

Contents

<!-- Title System -->
<% phc_title "Directory Category Manager" %>
<% phc_title_tagline "Web Directory Category Index" %>

<div class="page-bar">

	<!-- Bread Crumb -->
	<ul class="page-breadcrumb">
		<li><%= link_to "Home", directory_root_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= link_to "Directory Categories", directory_categories_path %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="portlet light">

			<div class="portlet-title">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
					<%= link_to new_directory_category_path, class: "btn blue-chambray btn-circle" do %>
						<i class="fa fa-plus"></i> Create a New Directory Category
					<% end %>
				</div>
			</div>

			<div class="portlet-body">
				<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>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
phcmemberspro-8.6.3 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.6.2 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.6.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.6.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.9 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.8 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.7 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.6 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.5 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.4 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.3 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.2 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.5.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.0.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-8.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.9.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.9.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.8.14 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.8.12 app/views/phcmemberspro/directory/categories/index.html.erb