Sha256: b32adc7758ccf043803177edc945899396a55d007ea49979cd9485749a745ed6

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 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">

			<!-- Script Listing -->
			<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>

				<!-- Script Urls -->
				<% @script_listings_single.urls.each do |script_listing_urls| %>
					<div class="input-group">
						<input id="cdn_copy_trgt" type="text" class="form-control" placeholder="<%= script_listing_urls.scripturl %>">
						<span class="input-group-addon"><i class="fa fa-clipboard"></i></span>
					</div>
				<% end %>
				<!-- Script Urls -->

            </div>
			<!-- Script Listing -->

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.6.6 app/views/phcscriptcdnpro/frontend/listings/show.html.erb