Sha256: 02af2b3cd1449080fa39ae2affd8a0124f3f6410e362e883069ca463419e5f43

Contents?: true

Size: 896 Bytes

Versions: 4

Compression:

Stored size: 896 Bytes

Contents

<!-- Title System -->
<% phc_title "Article Manager" %>
<% phc_title_tagline "Create a New Article" %>
<% phc_breadcrumb_one link_to "Article Index", phcpress.articles_posts_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Title Bar -->
<section class="content-header">
	<!-- Page Title and BreadCrumb -->
	<h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
	<ol class="breadcrumb">
		<li><%= yield(:phc_breadcrumb_one) %></li>
		<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
	</ol>
	<!-- Page Title and BreadCrumb -->
</section>
<!-- Page Title Bar -->

<!-- Main Content -->
<section class="content">
	<div class="row">
		<div class="col-lg-12">

			<!-- Page Form (New) -->
			<%= render 'form', articles_post: @articles_post %>
			<!-- Page Form (New) -->

		</div>
	</div>
</section>
<!-- Main Content -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcpress-7.1.2 app/views/phcpress/articles/posts/new.html.erb
phcpress-7.1.1 app/views/phcpress/articles/posts/new.html.erb
phcpress-7.1.0 app/views/phcpress/articles/posts/new.html.erb
phcpress-7.0.0 app/views/phcpress/articles/posts/new.html.erb