Sha256: 0f172575168ab3cb2ed8fdee3f18a72a8995a97b85253cfb5f830491fd131460

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

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

<!-- -PHCDEV- 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- Bradcrumbs -->

<!-- -PHCDEV- Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- -PHCDEV- 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

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_core_modules-8.0.3 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-8.0.2 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-8.0.1 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb