Sha256: 47c7ed3b624786e97caf7dd8b8f0de2cd23f0bd794f283cccc34b820b0d3381c

Contents?: true

Size: 1.71 KB

Versions: 32

Compression:

Stored size: 1.71 KB

Contents

<!-- Title System -->
<% phc_title "PHCPress - Articles" %>
<% phc_title_tagline "Article Index" %>

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Articles List", phcpresspro.modules_connections_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></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 phcpresspro.new_modules_connection_path, class: "btn blue-chambray" do %>
						<i class="fa fa-plus"></i> Create a New Connection
					<% end %>
				</div>

			</div>

			<div class="portlet-body">
				<div class="table-responsive">
					<table class="table table-striped table-bordered table-hover table-header-fixed">

						<thead>
							<tr>
								<th>Item</th>
								<th>Article</th>
								<th></th>
							</tr>
						</thead>

						<tbody>
							<% @modules_connections.each do |modules_connection| %>
								<tr>
									<td><%= link_to modules_connection.category.catname, modules_connection %></td>
									<td><%= link_to modules_connection.post.psttitle, modules_connection %></td>
									<td><%= link_to 'Delete', modules_connection, class: "btn btn-primary btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
								</tr>
							<% end %>
						</tbody>

					</table>
				</div>
			</div>

		</div>

	</div>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
phcpresspro-5.3.3 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.3.2 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.3.1 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.3.0 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.2.3 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.2.2 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.2.0 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.1.2 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.1.1 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.1.0 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.0.3 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.0.2 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-5.0.1 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.6.0 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.5.6 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.5.5 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.5.3 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.5.2 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.5.1 app/views/phcpresspro/modules/connections/index.html.erb
phcpresspro-4.5.0 app/views/phcpresspro/modules/connections/index.html.erb