Sha256: 27eb23d6dd7b0c8cf3b7b28ac07ca3e277b60e6f307db8f122c0dc514e221882

Contents?: true

Size: 1.53 KB

Versions: 4

Compression:

Stored size: 1.53 KB

Contents

<!-- Title System -->
<% phc_title @script_listings_single.scripttitle + " CDN" %>
<% phc_title_tagline "Global Script Delivery Network" %>
<!-- 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"><%= @script_listings_single.scripttitle %></h1>
				<ul class="blog-post-info list-inline">
					<li>
						<%= link_to "#" do %>
							<i class="fa fa-clock-o"></i> 
							<span class="font-lato"><%= @script_listings_single.created_at %></span>
						<% end %>
					</li>
					<li>
						<i class="fa fa-folder-open-o"></i>
						<%= link_to "#" do %>
							<span class="font-lato">Scripts</span>
						<% end %>
						<%= link_to "#" do %>
							<span class="font-lato">Script CDN</span>
						<% end %>
					</li>
					<li>
						<%= link_to "#" do %>
							<i class="fa fa-user"></i> 
							<span class="font-lato">Posted By - <%= @script_listings_single.user_name %></span>
						<% end %>
					</li>
				</ul>
				<div><%= @script_listings_single.scriptdescription %></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

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.5.3 app/views/phcscriptcdnpro/frontend/listings/show.html.erb
phcscriptcdnpro-5.5.2 app/views/phcscriptcdnpro/frontend/listings/show.html.erb
phcscriptcdnpro-5.5.1 app/views/phcscriptcdnpro/frontend/listings/show.html.erb
phcscriptcdnpro-5.5.0 app/views/phcscriptcdnpro/frontend/listings/show.html.erb