Sha256: 611f8fe6eaea10aab75fed9f08d2e541b9786acda1d32fd611fb584e28b17780

Contents?: true

Size: 851 Bytes

Versions: 7

Compression:

Stored size: 851 Bytes

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Update Script Version Information" %>
<!-- Title System -->

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Script Version Index", phcscriptcdn.script_versions_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
		<!-- Bread Crumbs -->

		<!-- Page Title -->
		<h3 class="page-title">
			<%= yield(:phc_title) %> </br>
			<small><%= yield(:phc_title_tagline) %></small>
		</h3>
		<!-- Page Title -->

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

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

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

	</div>
</div>
<!-- Main Content -->

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcscriptcdn-4.3.2 app/views/phcscriptcdn/script/versions/edit.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/versions/edit.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/versions/edit.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/versions/edit.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/versions/edit.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/versions/edit.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/versions/edit.html.erb