Sha256: 5930f2ccfb3ab4bd5c1dd22ef2330fbd92b4985409edc046943bbb7b51edfa00

Contents?: true

Size: 1.03 KB

Versions: 7

Compression:

Stored size: 1.03 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Version Details" %>
<!-- 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">

		<div class="btn-group" role="group" aria-label="version_button_group">
			<%= link_to 'Edit', edit_script_version_path(@script_version), class: "btn btn-primary" %>
			<%= link_to 'Destroy', script_version_path(@script_version), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
		</div>

	</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/show.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/versions/show.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/versions/show.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/versions/show.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/versions/show.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/versions/show.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/versions/show.html.erb