Sha256: 10fae440dbb7fb772e23085c8f97b0b5eda5e0de2e221930bcd27ea737d24049

Contents?: true

Size: 1.61 KB

Versions: 19

Compression:

Stored size: 1.61 KB

Contents

<!-- Bread Crumbs -->
<header id="page-header">
	<h1><%= @directory_category.catname %> Listing Index</h1>
	<ol class="breadcrumb">
		<li><%= link_to "Home", directory_root_path %></li>
		<li class="active"><%= link_to "Directory Categories", directory_categories_path %></li>
	</ol>
</header>

<div id="content" class="padding-20">
	<!-- Main Content -->
	<div class="row">
		<div class="col-lg-12">
			<div class="panel panel-primary">
				<div class="panel-heading">
					<span class="elipsis">
						<strong><%= @directory_category.catname %> Listing Index</strong>
					</span>
					<ul class="options pull-right list-inline">
						<%= render 'layouts/components/panel_options' %>
					</ul>
				</div>
				<div class="panel-body">
					<%= render 'phcnotifi/notifications' %>
					<div class="table-responsive">
						<table class="table table-hover table-striped table-bordered">
							<tbody>
								<% @directory_catlists.each do |directory_catlists| %>
									<tr>
										<td><%= directory_catlists.category.catname %></td>
										<td><%= directory_catlists.listing.mlcompanyname %></td>
										<td><%= link_to 'Destroy', directory_category_catlist_path(directory_catlists.category, directory_catlists), class: "btn btn-danger", method: :delete, data: { confirm: 'Are you sure? This will only remove the listing from the directory category. The listing will still be saved with the members profile.' } %></td>
									</tr>
								<% end %>
							</tbody>
						</table>
					</div>
					<%= link_to 'New Listing', new_directory_category_catlist_path, class: "btn btn-primary" %>
				</div>
			</div>
		</div>
	</div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phcmemberspro-3.8.6 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.8.5 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.8.3 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.8.2 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.8.1 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.8.0 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.7.7 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.7.6 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.7.5 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.7.0 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.6.5 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.6.1 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.6.0 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.5.9 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.5.6 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.5.5 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.5.2 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.5.1 app/views/phcmemberspro/directory/catlists/index.html.erb
phcmemberspro-3.5.0 app/views/phcmemberspro/directory/catlists/index.html.erb