Sha256: b615a4f3f859a1682ce2259e1a1659ab7d06f7308784ce4fcf430e00807167d4

Contents?: true

Size: 944 Bytes

Versions: 7

Compression:

Stored size: 944 Bytes

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Author Profile" %>
<!-- Title System -->

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

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Author Index", phcscriptcdn.script_authors_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 -->

<div class="btn-group" role="group" aria-label="author_button_group">
	<%= link_to 'Edit', edit_script_listing_author_path(@script_author), class: "btn btn-primary" %>
	<%= link_to 'Destroy', script_listing_author_path(@script_author), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcscriptcdn-4.3.2 app/views/phcscriptcdn/script/authors/show.html.erb
phcscriptcdn-4.3.1 app/views/phcscriptcdn/script/authors/show.html.erb
phcscriptcdn-4.3.0 app/views/phcscriptcdn/script/authors/show.html.erb
phcscriptcdn-4.2.1 app/views/phcscriptcdn/script/authors/show.html.erb
phcscriptcdn-4.2.0 app/views/phcscriptcdn/script/authors/show.html.erb
phcscriptcdn-4.1.0 app/views/phcscriptcdn/script/authors/show.html.erb
phcscriptcdn-4.0.0 app/views/phcscriptcdn/script/authors/show.html.erb