Sha256: 1c97d991b0b9eefa4149153165f2be2c4ffa8428b8f35a4003c19089be69fe9e

Contents?: true

Size: 1.18 KB

Versions: 11

Compression:

Stored size: 1.18 KB

Contents

<p id="notice"><%= notice %></p>

<!-- Main Content -->
<div class="wrapper wrapper-content">
	<div class="panel panel-default">
		<div class="panel-heading">
			<i class="fa fa-code"></i> Script Version List
		</div>
		<div class="panel-body">
			<table class="table table-bordered table-striped table-hover">

				<thead>
					<tr>
						<th>Script Version Packages</th>
						<th></th>
						<th></th>
					</tr>
				</thead>

				<tbody>
					<% @scriptcdn_scriptversions.each do |scriptcdn_scriptversion| %>
						<tr>
							<td><%= scriptcdn_scriptversion.scrptversionpakname %></td>
							<td><%= scriptcdn_scriptversion.scrptversion %></td>
							<td>
								<%= link_to 'Edit', edit_scriptcdn_scriptversion_path(scriptcdn_scriptversion), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %>
								<%= link_to 'Destroy', scriptcdn_scriptversion, class: "btn btn-w-m btn-primary btn-phc-custom btn-xs btn-phc-custom",  method: :delete, data: { confirm: 'Are you sure?' } %>
							</td>
						</tr>
					<% end %>
				</tbody>

			</table>
			<%= link_to 'Add a New Version Option', new_scriptcdn_scriptversion_path, class: "btn btn-w-m btn-primary btn-phc-custom" %>
		</div>
	</div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phcscriptcdn-1.0.1 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-1.0.0 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.10 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.9 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.8 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.7 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.6 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.5 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.3 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.2 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-0.9.1 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb