Sha256: ff18fb658557bf68db62e6fe48239fda212e3b2e1bcc807592cb2983da24f0f3

Contents?: true

Size: 1.72 KB

Versions: 30

Compression:

Stored size: 1.72 KB

Contents

<!-- Title System -->
<% phc_title "Script URL Manager" %>
<% phc_title_tagline "Script URL Index" %>

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
		<li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
		<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

<!-- Page Title -->
<h3 class="page-title">
	<%= yield(:phc_title) %> </br>
	<small><%= yield(:phc_title_tagline) %></small>
</h3>
	
<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<div class="portlet light">

			<div class="portlet-title">

				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
					<%= link_to phcscriptcdnpro.new_script_listing_url_path, class: "btn blue-chambray" do %>
						<i class="fa fa-plus"></i> Add New Script URL
					<% end %>
				</div>

			</div>

			<div class="portlet-body">

				<div class="table-responsive">

					<table class="table table-bordered table-striped table-hover">
						<thead>
							<tr>
								<th>Script URL</th>
								<th>Release Date</th>
								<th>CDN Update Date</th>
							</tr>
						</thead>

						<tbody>
							<% @script_urls.each do |script_url| %>
								<tr>
									<td><%= link_to script_url.scripturl, script_listing_url_path(script_url.listing, script_url) %></td>
									<td><%= link_to script_url.scripturlrelease, script_listing_url_path(script_url.listing, script_url) %></td>
									<td><%= link_to script_url.scripturlcdnupdate, script_listing_url_path(script_url.listing, script_url) %></td>
								</tr>
							<% end %>
						</tbody>
					</table>
				</div>
			</div>

		</div>

	</div>
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
phcscriptcdnpro-4.5.6 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.5.5 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.5.4 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.5.3 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.5.2 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.5.1 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.5.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.4.1 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.4.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.3.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.2.1 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.2.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.1.3 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.1.2 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.1.1 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.1.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-4.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-3.6.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-3.5.8 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-3.5.7 app/views/phcscriptcdnpro/script/urls/index.html.erb