Sha256: 22e9fcb93c12602e4cfb7592949b1c0438b6686516d36a10c050842e41874156

Contents?: true

Size: 1.44 KB

Versions: 5

Compression:

Stored size: 1.44 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) %></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

5 entries across 5 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.8.4 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.8.3 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.8.2 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.8.1 app/views/phcscriptcdnpro/frontend/listings/index.html.erb
phcscriptcdnpro-5.8.0 app/views/phcscriptcdnpro/frontend/listings/index.html.erb