Sha256: fc80e70dfa6c1f1415b98fe28c8d5447b015056af16031743fae40bb6812e148

Contents?: true

Size: 1.56 KB

Versions: 38

Compression:

Stored size: 1.56 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Licence Details" %>
<!-- Title System -->

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Script Licence Index", phcscriptcdnpro.script_licences_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-8">
		<div class="title-action">
			<%= link_to phcscriptcdnpro.script_licences_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Back to Script Licence Index
			<% end %>
		</div>
	</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="licence_button_group">
						<%= link_to 'Edit', edit_script_licence_path, class: "btn btn-primary" %>
						<%= link_to 'Destroy', script_licence_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.4.0 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.3.6 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.3.5 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.3.3 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.3.2 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.3.1 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.3.0 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.2.3 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.2.2 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.2.1 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.2.0 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.7 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.6 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.5 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.4 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.3 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.2 app/views/phcscriptcdnpro/script/licences/show.html.erb
phcscriptcdnpro-5.1.1 app/views/phcscriptcdnpro/script/licences/show.html.erb