Sha256: 5bc3dcad68f122e555c574f5c34c41dd1b07ec37e45594dc2efcb496826e2603

Contents?: true

Size: 1.19 KB

Versions: 17

Compression:

Stored size: 1.19 KB

Contents

<%= render 'phcnotifi/notifications' %>

<!-- 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

17 entries across 17 versions & 2 rubygems

Version Path
phcscriptcdn-1.2.0 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.4.1 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.4.0 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.8 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.7 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.6 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.5 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.4 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.3 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.1 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.3.0 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.2.2 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.2.1 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdnpro-1.2.0 app/views/phcscriptcdnpro/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-1.1.0 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-1.0.3 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb
phcscriptcdn-1.0.2 app/views/phcscriptcdn/scriptcdn/scriptversions/index.html.erb