Sha256: 0b22ffe35f244a025dd98cb0909f64df320cb3ea0a0193f2aa2d751ccffef2cd

Contents?: true

Size: 683 Bytes

Versions: 1

Compression:

Stored size: 683 Bytes

Contents

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

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

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

	<!-- Page Title -->
	<h3 class="page-title">
		<%= yield(:phc_title) %> </br>
		<small><%= yield(:phc_title_tagline) %></small>
	</h3>

</div>

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

		<%= render 'form', { form_url: script_listing_url_path } %>

	</div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.3.0 app/views/phcscriptcdnpro/script/urls/edit.html.erb