Sha256: 45f8a93d8748fa2f0bbc9f7a1a5847dc184792e1583d168c9eb34a187922d7d4

Contents?: true

Size: 1.55 KB

Versions: 98

Compression:

Stored size: 1.55 KB

Contents

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

<!-- Page Header -->
<section class="page-header page-header-lg parallax parallax-3" style="background-image:url('https://images.phcnetworks.net/stock/transportation/highway_mountain_night.jpg')">
	<%= render 'layouts/components/pages/titlebars' %>
</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>
					</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.html_safe %></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

98 entries across 98 versions & 1 rubygems

Version Path
phcpresspro-15.3.0 app/views/phcpresspro/frontend/article/show.html.erb
phcpresspro-15.2.0 app/views/phcpresspro/frontend/article/show.html.erb
phcpresspro-15.1.0 app/views/phcpresspro/frontend/article/show.html.erb
phcpresspro-15.0.0 app/views/phcpresspro/frontend/article/show.html.erb
phcpresspro-14.1.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-14.0.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-13.1.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-13.0.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.3.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.2.1 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.2.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.1.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.0.2 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.0.1 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-12.0.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-11.0.1 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-11.0.0 app/views/phcpresspro/frontend/articles/show.html.erb
phcpresspro-10.0.1 app/views/phcpresspro/frontend/articles/show.html.erb