Sha256: 9a2a9ab62654fa69ca0eccac5f392b2c93480d8643591c1c19370277eea6017b

Contents?: true

Size: 892 Bytes

Versions: 4

Compression:

Stored size: 892 Bytes

Contents

<!-- Title System -->
<% phc_title "Article Manager" %>
<% phc_title_tagline "Update 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 (Edit) -->
			<%= render 'form', articles_post: @articles_post %>
			<!-- Page Form (Edit) -->

		</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/edit.html.erb
phcpress-7.1.1 app/views/phcpress/articles/posts/edit.html.erb
phcpress-7.1.0 app/views/phcpress/articles/posts/edit.html.erb
phcpress-7.0.0 app/views/phcpress/articles/posts/edit.html.erb