Sha256: e8af56302b9f02aaf105627e96d2ea6dae06f6a6f736fb50d5d7c0383a5cb2ba

Contents?: true

Size: 1.18 KB

Versions: 8

Compression:

Stored size: 1.18 KB

Contents

<!-- PHCTitleSEO 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 %>
<!-- PHCTitleSEO Title Variables -->

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
    <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
    <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- Page Bradcrumbs -->

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

<!-- Page Content -->
<div class="row">
	<div class="col-lg-12">

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

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

			<!-- Panel - Body -->
			<div class="panel-body">
    
    			<!-- Edit Form -->
                <%= render 'form', affiliate_link: @affiliate_link %>
				<!-- Edit Form -->

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

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcdevworks_core_modules-7.2.2 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.2.1 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.2.0 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.1.4 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.1.3 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.1.2 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.1.1 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb
phcdevworks_core_modules-7.1.0 app/views/phcdevworks_core_modules/affiliate/links/edit.html.erb