Sha256: 7b76484669defb6204c2c78bfde3c84528345f4cb61f1e515957e7d67decefbb

Contents?: true

Size: 874 Bytes

Versions: 18

Compression:

Stored size: 874 Bytes

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-4">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Articles List", phcpresspro.articles_posts_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
	<div class="col-sm-8">
		<div class="title-action">
			<%= link_to phcpresspro.new_articles_post_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> New Article Post
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<p id="notice"><%= notice %></p>

<%= link_to 'Edit', phcpresspro.edit_articles_post_path(@articles_post) %> |
<%= link_to 'Back', phcpresspro.articles_posts_path %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
phcpresspro-6.4.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.4.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.3.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.3.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.3.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.2.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.1.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.1.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.0.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.0.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.0.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.11.3 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.11.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.11.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.11.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.10.3 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.10.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-5.10.1 app/views/phcpresspro/articles/posts/show.html.erb