Sha256: 4dfdccfb4ba46cb6a13d7e19d955eafbed176611dfddb629d2918140b3517ae6

Contents?: true

Size: 823 Bytes

Versions: 7

Compression:

Stored size: 823 Bytes

Contents

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

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

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Author Index", phcscriptcdn.script_authors_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_author: @script_author %>

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

Version data entries

7 entries across 7 versions & 1 rubygems

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