Sha256: 45ecaf4a1b210c6f9df9417e5a06a87dd06f3d501328eb0abe4d3c45cd6b324e

Contents?: true

Size: 1.22 KB

Versions: 25

Compression:

Stored size: 1.22 KB

Contents

<!-- Title System -->
<% phc_title "Script Version" %>
<% phc_title_tagline "Add a Script Version Number" %>

<!-- 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 "Versions Index", script_versions_path %> <i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></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">

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

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

			</div>

		</div>

	</div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
phcscriptcdnpro-4.5.5 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.5.4 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.5.3 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.5.2 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.5.1 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.5.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.4.1 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.4.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.3.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.2.1 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.2.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.1.3 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.1.2 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.1.1 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.1.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-4.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-3.6.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-3.5.8 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-3.5.7 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-3.5.4 app/views/phcscriptcdnpro/script/versions/show.html.erb