Sha256: abbebbb47dcabb38267600143f9db272b671d5eb1225ba87c5d8290bf580d839

Contents?: true

Size: 838 Bytes

Versions: 7

Compression:

Stored size: 838 Bytes

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Create a New Script Listing" %>
<!-- Title System -->

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

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Listing Index", phcscriptcdn.script_listings_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_listing: @script_listing %>

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

Version data entries

7 entries across 7 versions & 1 rubygems

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