Sha256: 386e7a325774404403e1cdb7f99c65840c8615030ac46f983514a08fffbdf1e5

Contents?: true

Size: 1.36 KB

Versions: 16

Compression:

Stored size: 1.36 KB

Contents

<!-- Title System -->
<% phc_title "Directory Categories" %>
<% phc_title_tagline "Web Directory Categories" %>

<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

16 entries across 16 versions & 1 rubygems

Version Path
phcmemberspro-7.5.2 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.5.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.5.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.1.2 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.1.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.1.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.0.4 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.0.3 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.0.2 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.0.1 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-7.0.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-6.9.0 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-6.8.18 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-6.8.17 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-6.8.16 app/views/phcmemberspro/directory/categories/index.html.erb
phcmemberspro-6.8.15 app/views/phcmemberspro/directory/categories/index.html.erb