Sha256: 3018d4e7713766d45fee28336e64ffe72c8759948d000a181ba55708df129acf

Contents?: true

Size: 848 Bytes

Versions: 7

Compression:

Stored size: 848 Bytes

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Add a Script Extension" %>
<!-- Title System -->

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

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Script Extension Index", phcscriptcdn.script_extensions_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', script_extension: @script_extension %>

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

Version data entries

7 entries across 7 versions & 1 rubygems

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