Sha256: fc5fa400db74d33615204b36ef9a9aca1398331bc0b0e356ea94c21a1a6339f2

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

<!-- -PHCDEV- Title Variables -->
<% phc_title "Script Authors" %>
<% phc_title_tagline "Update Author Data" %>
<% 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="panel panel-inverse">

	<!-- -PHCDEV- Panel - Heading -->
	<div class="panel-heading">
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<!-- -PHCDEV- Panel - Heading -->

	<!-- -PHCDEV- Panel - Body -->
	<div class="panel-body">

		<!-- -PHCDEV- Form to Edit Author -->
		<%= render "form", script_author: @script_author %>
		<!-- -PHCDEV- Form to Edit Author -->

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

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