Sha256: 388b1ab7a120f4354e97bc746440ee5b5c6a0513eb9c881ea056278de45e8053

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

<!-- -PHCDev- PHCTitleSEO Title Variables -->
<% phc_title "Affiliate Manager" %>
<% phc_title_tagline "New Affiliate Link" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<% phc_breadcrumb_two link_to "Affiliate Link Index", phcdevworks_core_modules.affiliate_links_path %>
<!-- -PHCDev- PHCTitleSEO Title Variables -->

<!-- -PHCDev- Page Bradcrumbs -->
<ol class="breadcrumb float-xl-end">
    <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
    <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- -PHCDev- Page Bradcrumbs -->

<!-- -PHCDev- Page Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- -PHCDev- Page Header -->

<!-- -PHCDev- Panel -->
<div class="panel panel-inverse">

	<!-- -PHCDev- Panel - Heading -->
	<div class="panel-heading">
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<!-- -PHCDev- Panel - Heading -->

	<!-- -PHCDev- Panel - Body -->
	<div class="panel-body">

		<!-- -PHCDev- Edit Form -->
		<%= render 'form', affiliate_link: @affiliate_link %>
		<!-- -PHCDev- Edit Form -->

	</div>
	<!-- -PHCDev- Panel - Body -->

</div>
<!-- -PHCDev- Panel -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_core_modules-8.0.0 app/views/phcdevworks_core_modules/affiliate/links/new.html.erb