Sha256: 018f83ab359fa963ee299e5935f23d4b78d6fd1533559aad235221a0f7fecb06

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

<!-- Title System -->
<% phc_title "PHCPress Plugin: Connections" %>
<% phc_title_tagline "Create a New Plugin Connection" %>
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<!-- Page Title -->
		<h2><%= yield(:phc_title) %></h2>
		<!-- Page Title -->
		
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Connections Index", phcpresspro.modules_connections_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
		<!-- Bread Crumb -->

	</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">
	
	<p id="notice"><%= notice %></p>
	
	<%= link_to 'Edit', edit_modules_connection_path(@modules_connection) %> |
	<%= link_to 'Back', modules_connections_path %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpresspro-8.0.4 app/views/phcpresspro/modules/connections/show.html.erb