Sha256: ba704f79a4989aa5c10da654f0ec12c706ec5e70bf88e57d4923b2c89e66633d

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

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

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Script Listing Index", phcscriptcdnpro.script_listings_path %></li>
			<li><%= link_to "Script URLs", phcscriptcdnpro.script_listing_urls_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="url_button_group">
			<%= link_to 'Edit', edit_script_listing_url_path, class: "btn btn-primary" %>
			<%= link_to 'Destroy', script_listing_url_path, 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/urls/show.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/urls/show.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/urls/show.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/urls/show.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/urls/show.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/urls/show.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/urls/show.html.erb