Sha256: c50c703ca722c9384565cb39b15777a673fa268ba42decad0378735d0c814b1d

Contents?: true

Size: 558 Bytes

Versions: 28

Compression:

Stored size: 558 Bytes

Contents

<!-- Title System -->
<% phc_title "Articles Manager" %>
<% phc_title_tagline "Update Article" %>

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Articles List", phcpresspro.articles_posts_path %><i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>

<!-- Main Content -->
<%= render 'form', articles_post: @articles_post %>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
phcpresspro-4.4.5 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.4.1 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.4.0 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.3.2 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.3.1 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.3.0 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.2.12 app/views/phcpresspro/articles/posts/edit.html.erb
phcpresspro-4.2.11 app/views/phcpresspro/articles/posts/edit.html.erb