Sha256: 2a8cdab4459f66fa45d15d062ce46bc85d5356d1c53f8e6905b34f5610a341a2

Contents?: true

Size: 877 Bytes

Versions: 21

Compression:

Stored size: 877 Bytes

Contents

<!-- Title System -->
<% phc_title "News Post Manager" %>
<% phc_title_tagline "News Post 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

21 entries across 21 versions & 1 rubygems

Version Path
phcpresspro-6.8.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.7.7 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.7.6 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.7.5 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.7.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.7.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.9 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.8 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.7 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.6 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.5 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.4 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.3 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.6.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.5.3 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.5.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.5.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.5.0 app/views/phcpresspro/articles/posts/show.html.erb