Sha256: 2fc9afa9f94533a3ee355027b3cd42bedfb0a3fdf8cc239e86ba562759ba5e53

Contents?: true

Size: 1.03 KB

Versions: 14

Compression:

Stored size: 1.03 KB

Contents

<!-- Title System -->
<% phc_title "Article 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">
		<!-- Page Title -->
		<h2><%= yield(:phc_title) %></h2>
		<!-- Page Title -->
		
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li><%= link_to "Article Index", phcpresspro.articles_posts_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
		<!-- Bread Crumb -->

	</div>
	<div class="col-sm-8">
		<div class="title-action">
			<%= link_to phcpresspro.articles_posts_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Back to Article Index
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<p id="notice"><%= notice %></p>
	<%= link_to 'Edit', phcpresspro.edit_articles_post_path(@articles_post) %> |
	<%= link_to 'Back', phcpresspro.articles_posts_path %>
</div>
<!-- Page Content -->

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phcpresspro-8.0.3 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-8.0.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-8.0.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-8.0.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.1.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.0.5 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.0.4 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.0.3 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.0.2 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.0.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-7.0.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.9.1 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.9.0 app/views/phcpresspro/articles/posts/show.html.erb
phcpresspro-6.8.5 app/views/phcpresspro/articles/posts/show.html.erb