Sha256: cc13a73b79ee1cbd6c142d65bc8376a6d992a8d8eceaf8239c502277a6169a20

Contents?: true

Size: 764 Bytes

Versions: 1

Compression:

Stored size: 764 Bytes

Contents

<!-- Title System -->
<% phc_title "Script Licence Manager" %>
<% phc_title_tagline "Add Script Licence Information" %>

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

	<ul class="page-breadcrumb">
		<li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
		<li><%= link_to "Licence Index", script_licences_path %> <i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %> <i class="fa fa-circle"></i></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">

		<%= render 'form', script_licence: @script_licence %>

	</div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.3.1 app/views/phcscriptcdnpro/script/licences/new.html.erb