Sha256: 73fdd70da9a629bd5ca02bf5c2457f6349c7718f1a2e735a7866a8a39b68bba0

Contents?: true

Size: 1.5 KB

Versions: 4

Compression:

Stored size: 1.5 KB

Contents

<!-- -PHCDEV- Title Variables -->
<% phc_title "Script Authors" %>
<% phc_title_tagline "Script Author Profile" %>
<% phc_breadcrumb_one link_to "Script Index", phcscriptcdnpro.script_listings_path %>
<% phc_breadcrumb_two link_to "Author Index", phcscriptcdnpro.script_authors_path %>
<% phc_breadcrumb_three yield(:phc_title_tagline) %>
<!-- -PHCDEV- Title Variables -->

<!-- -PHCDEV- Bradcrumbs -->
<ol class="breadcrumb float-xl-end">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_two) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_three) %></li>
</ol>
<!-- -PHCDEV- Bradcrumbs -->

<!-- -PHCDEV- Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- -PHCDEV- Bradcrumbs -->

<!-- -PHCDEV- Panel -->
<div class="row">

	<!-- -PHCDEV- Button Panel -->
	<div class="col-lg-4">

		<div class="panel panel-inverse">
			<div class="panel-heading">
				<div class="panel-heading-btn">
				</div>
			</div>
			<div class="panel-body">
				<div class="btn-group d-flex" role="group">
					<%= link_to "Update", phcscriptcdnpro.edit_script_author_path, class: "btn btn-primary" %>
					<%= link_to "Remove", phcscriptcdnpro.script_author_path, method: :delete, data: { confirm: "Are you sure?" }, class: "btn btn-danger" %>
				</div>
			</div>
		</div>

	</div>
	<!-- -PHCDEV- Button Panel -->

	<!-- -PHCDEV- Main Panel -->
	<div class="col-lg-8">
	</div>
	<!-- -PHCDEV- Main Panel -->

</div>
<!-- -PHCDEV- Panel -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdnpro-79.0.3 app/views/phcscriptcdnpro/script/authors/show.html.erb
phcscriptcdnpro-79.0.2 app/views/phcscriptcdnpro/script/authors/show.html.erb
phcscriptcdnpro-79.0.1 app/views/phcscriptcdnpro/script/authors/show.html.erb
phcscriptcdnpro-79.0.0 app/views/phcscriptcdnpro/script/authors/show.html.erb