Sha256: 2c7b5e0e07976249ac4e755fe407976fa10e173e867183edcf78095fd06a44cf

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

<!-- -PHCDEV- Title Variables -->
<% phc_title "Code Snippet Manager" %>
<% phc_title_tagline "Create a New Asset URL" %>
<% phc_breadcrumb_one link_to "Code Snippet Index", phccodesnipper.script_snippets_path %>
<% phc_breadcrumb_two 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 active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- -PHCDEV- Bradcrumbs -->

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

<!-- -PHCDEV- Panel -->
<div class="panel panel-inverse">

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

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

		<!-- -PHCDEV- Form for New Script Asset URL  -->
		<%= render "form", { form_url: script_snippet_urls_path } %>
		<!-- -PHCDEV- Form for New Script Asset URL  -->

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phccodesnipper-6.1.1 app/views/phccodesnipper/script/urls/new.html.erb
phccodesnipper-6.1.0 app/views/phccodesnipper/script/urls/new.html.erb
phccodesnipper-6.0.1 app/views/phccodesnipper/script/urls/new.html.erb
phccodesnipper-6.0.0 app/views/phccodesnipper/script/urls/new.html.erb