Sha256: 247825c4e4673fca345a3ce97d90f82e51153d95deccf1ebf95dc362ec08dfe9

Contents?: true

Size: 747 Bytes

Versions: 7

Compression:

Stored size: 747 Bytes

Contents

<!-- Title System -->
<% phc_title "Scripts" %>
<% phc_title_tagline "New Script for CDN" %>

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

	<ul class="page-breadcrumb">
		<li><%= link_to "Scripts Main", phcscriptcdnpro.scriptcdn_scripts_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- 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

7 entries across 7 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.4.1 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb
phcscriptcdnpro-1.4.0 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb
phcscriptcdnpro-1.3.8 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb
phcscriptcdnpro-1.3.7 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb
phcscriptcdnpro-1.3.6 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb
phcscriptcdnpro-1.3.5 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb
phcscriptcdnpro-1.3.4 app/views/phcscriptcdnpro/scriptcdn/scripts/new.html.erb