Sha256: 3ffd40759a743307af396a32266b3f7a0c794ad82196e49d4f9069e70f7b7cea

Contents?: true

Size: 928 Bytes

Versions: 2

Compression:

Stored size: 928 Bytes

Contents

<!-- Title System -->
<% phc_title "PHCPress - Articles Manager" %>
<% phc_title_tagline "Update Article Information" %>
<!-- 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><%= link_to "Article Index", articles_posts_path %></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ol>
	<!-- Page Title and BreadCrumb -->

</section>
<!-- Page Title Bar -->

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

			<div class="box">
				<div class="box-header with-border">
					<h3 class="box-title"><%= yield(:phc_title) %></h3>
				</div>
				<div class="box-body">
					<%= render 'form', articles_post: @articles_post %>
				</div>
			</div>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcpress-6.1.0 app/views/phcpress/articles/posts/edit.html.erb
phcpress-6.0.0 app/views/phcpress/articles/posts/edit.html.erb