Sha256: b796d3fddcd8554e99c2f1fc81297d3f7bf7ab442ae8770df830e87985cb12fa

Contents?: true

Size: 1.55 KB

Versions: 83

Compression:

Stored size: 1.55 KB

Contents

<!-- Title System -->
<% phc_title "PHCPress Plugin: Connections" %>
<% phc_title_tagline "Update Category Connections" %>
<% phc_breadcrumb_one link_to "Connection Index", phcpresspro.modules_connections_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= yield(:phc_breadcrumb_one) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcpresspro.modules_connections_path, class: "btn btn-default" do %>
				<i class="fa fa fa-arrow-left"></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">
					<div class="row">
						<div class="col-lg-12">

							<%= render 'form', modules_connection: @modules_connection %>

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

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

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
phcpresspro-28.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-27.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-25.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-24.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-23.1.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-23.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-22.2.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-22.1.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-22.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-21.1.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-21.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-20.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-19.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-18.4.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-18.3.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-18.2.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-18.1.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-18.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-17.0.0 app/views/phcpresspro/modules/connections/edit.html.erb
phcpresspro-16.2.0 app/views/phcpresspro/modules/connections/edit.html.erb