Sha256: b4511a81c6f897d800d4086347f1dea58274c59ef2141c018624584215b77362

Contents?: true

Size: 1.08 KB

Versions: 61

Compression:

Stored size: 1.08 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Create a New Script Listing" %>
<% phc_breadcrumb_one link_to "Listing Index", phcscriptcdn.script_listings_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Title Bar -->
<section class="content-header">
	<!-- Page Title and BreadCrumb -->
	<h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
	<ol class="breadcrumb">
		<li><%= yield(:phc_breadcrumb_one) %></li>
		<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
	</ol>
	<!-- Page Title and BreadCrumb -->
</section>
<!-- Page Title Bar -->

<!-- Main Content -->
<section class="content">
	<div class="row">
		<div class="col-lg-12">
			<div class="box">
				<div class="box-header with-border">
					<h3 class="box-title"><%= yield(:phc_title) %></h3>
				</div>
				<div class="box-body">

					<!-- Page Form (New) -->
					<%= render 'form', script_listing: @script_listing %>
					<!-- Page Form (New) -->

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

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
phcscriptcdn-29.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-28.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-27.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-26.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-25.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-24.0.1 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-24.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-23.1.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-23.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-22.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-21.2.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-21.1.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-21.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-20.0.1 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-20.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-19.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-18.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-17.0.1 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-17.0.0 app/views/phcscriptcdn/script/listings/new.html.erb
phcscriptcdn-16.0.0 app/views/phcscriptcdn/script/listings/new.html.erb