Sha256: 0b1953810435ca8d3057b6e960a2892197eb485f594feac4c0e8a8c0eae3301e

Contents?: true

Size: 1012 Bytes

Versions: 8

Compression:

Stored size: 1012 Bytes

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= yield(:phc_breadcrumb_one) %></li>
			<li class="active"><%= yield(:phc_breadcrumb_two) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcpresspro.articles_posts_path, class: "btn btn-default" do %>
				<i class="fa fa fa-arrow-left"></i> Back to Article Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<%= render 'form', articles_post: @articles_post %>
</div>
<!-- Page Content -->

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcpresspro-10.0.0 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-9.1.3 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-9.1.2 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-9.1.1 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-9.1.0 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-9.0.0 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-8.0.6 app/views/phcpresspro/articles/posts/new.html.erb
phcpresspro-8.0.5 app/views/phcpresspro/articles/posts/new.html.erb