Sha256: a88497617fec164630ef94c46ad6a36265aa23f38853d29a3de751da4b6a2f37

Contents?: true

Size: 1.48 KB

Versions: 9

Compression:

Stored size: 1.48 KB

Contents

<!-- Title System -->
<% phc_title "PHCNetworks Script 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 -->

<!-- Page Content -->
<section>
	<div class="container">
		<div class="row">

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

		<!-- Script CDN List -->
		<div class="col-md-9 col-sm-9">
		
			<% @script_listings_index.each do |script_listings_index| %>
				<div class="blog-post-item">
					<h2><%= link_to script_listings_index.scripttitle, phcscriptcdnpro.frontend_listing_path(script_listings_index) %> <small>v. <%= script_listings_index.version.scriptversion %></small></h2>
					<ul class="blog-post-info list-inline">
						<li>
							<%= link_to "#" do %>
								<i class="fa fa-clock-o"></i> 
								<span class="font-lato"><%= script_listings_index.created_at %></span>
							<% end %>
						</li>
						<li>
							<%= link_to "#" do %>
								<i class="fa fa-user"></i> 
								<span class="font-lato">Posted By - <%= script_listings_index.user_name %></span>
							<% end %>
						</li>
					</ul>
					<div></div>
				</div>
			<% end %>
			
		</div>
		<!-- Script CDN List -->

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-6.0.2 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-6.0.1 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-6.0.0 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.10.3 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.10.1 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.10.0 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.9.5 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.9.1 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.9.0 app/views/phcscriptcdnpro/frontend/listings/index.html.erb