Sha256: 704d85fb988faff9e928bfdda00d81ea77f0e0888bac6954a5bc87d0d017e6a1

Contents?: true

Size: 1.54 KB

Versions: 9

Compression:

Stored size: 1.54 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script URL Index" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Content -->
<div class="panel panel-inverse">
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
	</div>
	<div class="panel-body">
		<!-- Table - Article Index -->
		<div class="table-responsive">
			<table class="table table-striped table-bordered">
				<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>
<!-- Page Content -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-72.2.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-72.1.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-72.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-71.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-70.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-68.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-67.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-66.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb
phcscriptcdnpro-65.0.0 app/views/phcscriptcdnpro/script/urls/index.html.erb