Sha256: 1e8ee3688ed68940073a10fe62101fa75939e895055198d69746e684788495f9

Contents?: true

Size: 1.12 KB

Versions: 16

Compression:

Stored size: 1.12 KB

Contents

<% phc_title "PHC Script CDN" %>
<% phc_title_tagline "Script Content Delivery Network" %>

<!-- Start Script CDN Detail -->
<section>
	<div class="container">

		<div class="row nomargin">
			<% @script_listing.urls.each do |url| %>
				<div class="col-md-8 col-sm-8">

					<div class="panel panel-default">

						<div class="panel-body">

							<!-- Start Subtitle -->
								<div class="heading-title heading-border">
									<h2><%= url.listing.scripttitle %> <span><%= url.listing.scriptstatus %></span></h2>
									<ul class="list-inline categories nomargin">
										<li><%= url.listing.scriptstatus %></li>
									</ul>
								</div>
							<!-- End Subtitle -->

							<!-- Start Description -->
								<p class="font-lato size-18"><%= url.listing.scriptdescription %></p>
							<!-- End Description -->

						</div>

						<div class="panel-footer">
							<small><strong>Created:</strong> <%= l(url.created_at, format: :long) %> / <strong>Updated:</strong> <%= l(url.updated_at, format: :long) %></small>
						</div>

					</div>

				</div>

			<% end %>
		</div>

	</div>
</section>
<!-- End Script CDN Detail -->

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
phcscriptcdnpro-4.4.1 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.4.0 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.3.0 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.2.1 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.2.0 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.1.3 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.1.2 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.1.1 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.1.0 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-4.0.0 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-3.6.0 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-3.5.8 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-3.5.7 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-3.5.4 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-3.5.3 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb
phcscriptcdnpro-3.5.1 app/views/phcscriptcdnpro/cdnsite/cdnpages/show.html.erb