Sha256: fabc0708aeac09b6f2746b16a187f14dfae46f6d9d145e17e10c8892858d054b

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 Bytes

Contents

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

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

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

	<!-- Page Title -->
	<h3 class="page-title">
		<%= yield(:phc_title) %> </br>
		<small><%= yield(:phc_title_tagline) %></small>
	</h3>

</div>

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<table class="table table-striped table-bordered table-advance table-hover">
			<thead>
				<tr>
					<th>Script Version</th>
				</tr>
			</thead>

			<tbody>
				<% @script_versions.each do |script_version| %>
					<tr>
						<td><%= link_to script_version.scriptversion, script_version %></td>
					</tr>
				<% end %>
			</tbody>
		</table>

		<%= link_to 'New Script Version', new_script_version_path, class: "btn btn-primary" %>

	</div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.3.0 app/views/phcscriptcdnpro/script/versions/index.html.erb