Sha256: d7eb9b4d23c491b4a4fec5eea17d0e50cdc7ec2b5ee5f6d5e03ffcd73bf21653

Contents?: true

Size: 1.5 KB

Versions: 11

Compression:

Stored size: 1.5 KB

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">

		<!-- Page Title -->
		<h2><%= yield(:phc_title) %></h2>
		<!-- Page Title -->

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Author Index", phcscriptcdnpro.script_authors_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
		<!-- Bread Crumbs -->

	</div>
	<div class="col-sm-8">
	
		<!-- Back to Author Index Button -->
		<div class="title-action">
			<%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Back to Author Index
			<% end %>
		</div>
		<!-- Back to Author Index Button -->

	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-12">

			<div class="ibox float-e-margins">
				<div class="ibox-title">
					<h5><%= yield(:phc_title_tagline) %></h5>
					<div class="ibox-tools">
						<a class="collapse-link">
							<i class="fa fa-chevron-up"></i>
						</a>
						<a class="close-link">
							<i class="fa fa-times"></i>
						</a>
					</div>
				</div>
				<div class="ibox-content">

					<!-- Form Requries URL to Function Properly -->
					<%= render 'form', script_author: @script_author %>

				</div>
			</div>

		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phcscriptcdnpro-6.0.2 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-6.0.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-6.0.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.10.3 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.10.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.10.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.9.5 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.9.1 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.9.0 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.8.9 app/views/phcscriptcdnpro/script/authors/new.html.erb
phcscriptcdnpro-5.8.7 app/views/phcscriptcdnpro/script/authors/new.html.erb