Sha256: 60df64d28d68d61d97bf9be5e7d42ea6d0fc0b7662b6c10a9c6f470f86a2f8c7

Contents?: true

Size: 1.98 KB

Versions: 4

Compression:

Stored size: 1.98 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>
						<% @script_listings_single.urls.extensions.each do |script_listing_url_extensions| %>
							<%= link_to "#" do %>
								<span class="font-lato"><%= script_listing_url_extensions.scriptextensionname %></span>
							<% end %>
						<% 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.html_safe %>
					<p><small>Source: <i><%= @script_listings_single.descriptionsource %></i></small></p>		
				</div>
				<br/>
				<div>
					<!-- Script Urls -->
					<% @script_listings_single.urls.each do |script_listing_urls| %>
						<input id="cdn_copy_trgt" type="text" class="form-control" value="<%= script_listing_urls.scripturl %>">
					<% end %>
					<!-- Script Urls -->
				</div>
			</div>
			<!-- Script Listing -->

			<!-- 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.9.0 app/views/phcscriptcdnpro/frontend/listings/show.html.erb
phcscriptcdnpro-5.8.9 app/views/phcscriptcdnpro/frontend/listings/show.html.erb
phcscriptcdnpro-5.8.7 app/views/phcscriptcdnpro/frontend/listings/show.html.erb
phcscriptcdnpro-5.8.6 app/views/phcscriptcdnpro/frontend/listings/show.html.erb