Sha256: 73e56191cbbf52509c64c4b201aa04297c0f6b1dd08bf728b481c4772dfca55b

Contents?: true

Size: 1.72 KB

Versions: 9

Compression:

Stored size: 1.72 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Listing 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>Title</th>
						<th>Release Date</th>
						<th>Latest Release Date</th>
						<th>Beta Release Date</th>
					</tr>
					</thead>
					<tbody>
						<% @script_listings.each do |script_listing| %>
						<tr>
							<td class="vert-align"><%= link_to script_listing.scripttitle, script_listing_path(script_listing) %></td>
							<td class="vert-align"><%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %></td>
							<td class="vert-align"><%= link_to script_listing.scriptlastestrelease, script_listing_path(script_listing) %></td>
							<td class="vert-align"><%= link_to script_listing.scriptbetarelease, script_listing_path(script_listing) %></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/listings/index.html.erb
phcscriptcdnpro-72.1.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-72.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-71.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-70.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-68.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-67.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-66.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb
phcscriptcdnpro-65.0.0 app/views/phcscriptcdnpro/script/listings/index.html.erb