Sha256: 417958cd0d987781360ff11211e93b2a32fd3c1c71db7149bef210b52613fc45

Contents?: true

Size: 1.88 KB

Versions: 5

Compression:

Stored size: 1.88 KB

Contents

<!-- Title System -->
<% phc_title "Blog" %>
<% phc_title_tagline "PHCNetworks News & Information" %>
<!-- Title System -->

<!-- Page Header -->
<section class="page-header dark page-header-xs">
	<div class="container">
		<h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
		<ol class="breadcrumb">
			<li><a href="#">Home</a></li>
			<li><a href="#">Blog</a></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>
	</div>
</section>
<!-- Page Header -->

<section>
	<div class="container">
		<div class="row">

			<!-- Blog List -->
			<div class="col-md-9 col-sm-9">
				<h1 class="blog-post-title"><%= @articles_single.psttitle %></h1>
				<ul class="blog-post-info list-inline">
					<li>
						<%= link_to "#" do %>
							<i class="fa fa-clock-o"></i> 
							<span class="font-lato"><%= @articles_single.created_at %></span>
						<% end %>
					</li>
					<li>
						<%= link_to "#" do %>
							<i class="fa fa-comment-o"></i> 
							<span class="font-lato">0 Comments</span>
						<% end %>
					</li>
					<li>
						<i class="fa fa-folder-open-o"></i>
						<%= link_to "#" do %>
							<span class="font-lato">Design</span>
						<% end %>
						<%= link_to "#" do %>
							<span class="font-lato">Photography</span>
						<% end %>
					</li>
					<li>
						<%= link_to "#" do %>
							<i class="fa fa-user"></i> 
							<span class="font-lato"><%= @articles_single.user_name %></span>
						<% end %>
					</li>
				</ul>
                <% if @articles_single.pstimage? %>
					<figure class="margin-bottom-20">
						<%= image_tag @articles_single.pstimage_url, class: "img-responsive" %>
					</figure>
				<% end %>
				<div><%= @articles_single.psttext %></div>
            </div>
			<!-- Blog List -->

			<!-- Right Sidebar -->
			<div class="col-md-3 col-sm-3">
			</div>
			<!-- Right Sidebar -->

		</div>
	</div>
<section>
<!-- Page Content -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpresspro-5.8.6 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-5.8.5 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-5.8.4 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-5.8.3 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-5.8.2 app/views/phcpresspro/frontend/articles/show.html.erb