Sha256: 7822020331098b1ace2c8b44fd1fe203534f6d85163a500d5bb16e28c64a92e3

Contents?: true

Size: 878 Bytes

Versions: 8

Compression:

Stored size: 878 Bytes

Contents

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

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

	<ul class="page-breadcrumb">
		<li><%= link_to "Script Author", scriptcdn_mains_author_path %><i class="fa fa-circle"></i></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">
				<%= render 'form' %>
			</div>

		</div>

	</div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.5.9 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.8 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.7 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.6 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.5 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.4 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.3 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb
phcscriptcdnpro-1.5.2 app/views/phcscriptcdnpro/scriptcdn/authors/new.html.erb