Sha256: a62563e44eb7ebea218f30794af7f7aedb25505ad95261f7added4d22d5a7a87

Contents?: true

Size: 1.34 KB

Versions: 77

Compression:

Stored size: 1.34 KB

Contents

<!-- Title System -->
<% phc_title "PHCPress Plugin: Connections" %>
<% phc_title_tagline "Update Category Connections" %>
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Category List", phcpresspro.modules_connections_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-8">
		<div class="title-action">
			<%= link_to phcpresspro.modules_connections_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Back to Connections Index
			<% 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">
					<%= render 'form', modules_connection: @modules_connection %>
				</div>

			</div>

		</div>
	</div>

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

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
phcpresspro-6.4.2 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.4.1 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.4.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.3.2 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.3.1 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.3.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.2.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.1.1 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.1.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.0.2 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.0.1 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-6.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.11.3 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.11.2 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.11.1 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.11.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.10.3 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.10.2 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.10.1 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-5.10.0 app/views/phcpresspro/modules/connections/edit.html.erb