Sha256: bf6617ad8e814534a153126582adbe5439fd7dcff1fb50f540dfcfeb0b744aad

Contents?: true

Size: 1.72 KB

Versions: 115

Compression:

Stored size: 1.72 KB

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= yield(:phc_breadcrumb_one) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcscriptcdnpro.script_versions_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Back to Script Version Index
			<% end %>
		</div>
		<!-- Back to Version Index Button -->

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

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-12">

			<div class="ibox float-e-margins">
				<div class="ibox-title">
					<h5><%= yield(:phc_title_tagline) %></h5>
					<div class="ibox-tools">
						<a class="collapse-link">
							<i class="fa fa-chevron-up"></i>
						</a>
						<a class="close-link">
							<i class="fa fa-times"></i>
						</a>
					</div>
				</div>
				<div class="ibox-content">

					<div class="btn-group" role="group" aria-label="url_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>
</div>
<!-- Page Content -->

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
phcscriptcdnpro-72.2.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-72.1.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-72.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-71.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-70.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-68.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-67.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-66.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-65.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-64.1.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-64.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-63.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-62.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-61.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-60.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-59.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-58.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-57.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-56.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb
phcscriptcdnpro-55.0.0 app/views/phcscriptcdnpro/script/versions/show.html.erb