Sha256: 627924c93f9c79d6b116e47652de36da3418b915fe4be6e20ddd68b7a95d28a8

Contents?: true

Size: 1.43 KB

Versions: 8

Compression:

Stored size: 1.43 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Version Details" %>
<% phc_breadcrumb_one link_to "Script Index", phcscriptcdnpro.script_listings_path %>
<% phc_breadcrumb_two link_to "Script Version Index", phcscriptcdnpro.script_versions_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
<!-- Page Bradcrumbs -->

<!-- Page Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- Page Header -->

<!-- Page Content -->
<div class="row">

	<!-- Button Panel -->
	<div class="col-lg-4">

		<div class="panel panel-inverse">
			<div class="panel-heading">
				<div class="panel-heading-btn">
				</div>
			</div>
			<div class="panel-body">
				<div class="btn-group d-flex" role="group">
					<%= link_to 'Update', phcscriptcdnpro.edit_script_version_path, class: "btn btn-primary" %>
					<%= link_to 'Remove', phcscriptcdnpro.script_version_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
				</div>
			</div>
		</div>

	</div>
	<!-- Button Panel -->

	<!-- Main Panel -->
	<div class="col-lg-8">
	</div>
	<!-- Main Panel -->

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcscriptcdnpro-78.4.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-78.3.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-78.2.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-78.1.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-78.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-77.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-75.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-74.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb