Sha256: c664f911c029d9cf1dd8155af883e26ccb3768b78fcf5ea6e0341963c5a613ff

Contents?: true

Size: 1.03 KB

Versions: 22

Compression:

Stored size: 1.03 KB

Contents

<!-- Title Variables -->
<% phc_title "Articles Manager" %>
<% phc_title_tagline "Article Detail" %>

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Article Index", articles_posts_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>

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

	</div>
</div>

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

		<div class="panel panel-default">

			<div class="panel-heading">
				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
				</div>
			</div>

			<div class="panel-body">
				<p id="notice"><%= notice %></p>
				<%= link_to 'Edit', edit_articles_post_path(@articles_post) %> |
				<%= link_to 'Back', articles_posts_path %>
			</div>

		</div>

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
phcpress-6.6.1 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.6.0 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.5.1 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.5.0 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.4.5 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.4.4 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.4.3 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.4.2 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.4.1 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.4.0 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.3.0 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.8 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.7 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.6 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.5 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.4 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.3 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.2 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.1 app/views/phcpress/articles/posts/show.html.erb
phcpress-6.2.0 app/views/phcpress/articles/posts/show.html.erb