Sha256: b41cadaa58c0a325fd30f4826685151f0150eb814549f32b5e923a328aacf6c5

Contents?: true

Size: 1.05 KB

Versions: 33

Compression:

Stored size: 1.05 KB

Contents

<!-- Title System -->
<% phc_title "Script Author" %>
<% phc_title_tagline "Create a New Script Author" %>

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></li>
		<li><%= link_to "Author Index", script_listing_authors_path %> <i class="fa fa-circle"></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>
	
<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="portlet light">

			<div class="portlet-title">

				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>

			</div>

			<div class="portlet-body">

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

			</div>

		</div>

	</div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
phcscriptcdnpro-4.5.9 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.8 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.7 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.6 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.5 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.4 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.3 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.2 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.5.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.4.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.4.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.3.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.2.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.2.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.1.3 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.1.2 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.1.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.1.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-4.0.0 app/views/phcscriptcdnpro/script/authors/new.html.erb