Sha256: aa880609b9ad3f5a6761020b310f555ccfb821f75f5e2d67be71179fe51d0afb

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

<!-- Title System -->
<% phc_title "Script URL Manager" %>
<% phc_title_tagline "Script URL Index" %>

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %> </li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>
	
<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

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

	</div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.3.1 app/views/phcscriptcdnpro/script/listings/edit.html.erb