Sha256: 33deb3cc32e2839ec2657e891f7af83bf0c489ed3c8c86d3c4c951ac3af14424

Contents?: true

Size: 933 Bytes

Versions: 7

Compression:

Stored size: 933 Bytes

Contents

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

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

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Script Listing Index", phcscriptcdn.script_listings_path %></li>
			<li><%= link_to "Script URLs", phcscriptcdn.script_listing_urls_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
		<!-- Bread Crumbs -->

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

	</div>
</div>
<!-- Page Header -->

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

		<!-- Form Requries URL to Function Properly -->
		<%= render 'form', { form_url: script_listing_url_path } %>

	</div>
</div>
<!-- Main Content -->

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcscriptcdn-4.3.2 app/views/phcscriptcdn/script/urls/edit.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/urls/edit.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/urls/edit.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/urls/edit.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/urls/edit.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/urls/edit.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/urls/edit.html.erb