Sha256: 88b19b7d04017239379ae9e59d85acd08c37376a361f2d40750d7e4dcc116a0b

Contents?: true

Size: 1.49 KB

Versions: 7

Compression:

Stored size: 1.49 KB

Contents

<!-- Title System -->
<% phc_title "Code Snippet Manager" %>
<% phc_title_tagline "Create a New Code Snippet" %>
<% phc_breadcrumb_one link_to "Code Snippet Index", phccodesnipper.script_snippets_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- Page Bradcrumbs -->

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

<!-- Page & Panel Content -->
<div class="panel panel-inverse">
	<!-- Panel Heading -->
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
	</div>
	<!-- Panel Heading -->
	<!-- Panel Body -->
	<div class="panel-body">
		<!-- Form for New Script Snippet  -->
		<%= render 'form', script_snippet: @script_snippet %>
		<!-- Form for New Script Snippet  -->
	</div>
	<!-- Panel Body -->
</div>
<!-- Page & Panel Content -->

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phccodesnipper-5.4.0 app/views/phccodesnipper/script/snippets/new.html.erb
phccodesnipper-5.3.0 app/views/phccodesnipper/script/snippets/new.html.erb
phccodesnipper-5.2.0 app/views/phccodesnipper/script/snippets/new.html.erb
phccodesnipper-5.1.0 app/views/phccodesnipper/script/snippets/new.html.erb
phccodesnipper-5.0.0 app/views/phccodesnipper/script/snippets/new.html.erb
phccodesnipper-4.0.0 app/views/phccodesnipper/script/snippets/new.html.erb
phccodesnipper-3.0.0 app/views/phccodesnipper/script/snippets/new.html.erb