Sha256: 4e93fb048aec21f80b9db0f65bcf23f084b67dff158c82152ebdbe93a65d8be6

Contents?: true

Size: 577 Bytes

Versions: 4

Compression:

Stored size: 577 Bytes

Contents

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

<h1>Script Version</h1>

<table>
	<thead>
		<tr>
			<th>Script Version</th>
			<th></th>
		</tr>
	</thead>
	<tbody>
		<% @scriptcdn_versions.each do |scriptcdn_version| %>
			<tr>
				<td><%= link_to scriptcdn_version.versionnumber, edit_scriptcdn_main_version_path(scriptcdn_version.main, scriptcdn_version) %></td>
				<td><%= link_to 'Destroy', scriptcdn_main_version_path(scriptcdn_version.main, scriptcdn_version), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn red-mint" %></td>
			</tr>
		<% end %>
	</tbody>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-2.0.4 app/views/phcscriptcdn/scriptcdn/versions/index.html.erb
phcscriptcdn-2.0.3 app/views/phcscriptcdn/scriptcdn/versions/index.html.erb
phcscriptcdn-2.0.1 app/views/phcscriptcdn/scriptcdn/versions/index.html.erb
phcscriptcdn-2.0.0 app/views/phcscriptcdn/scriptcdn/versions/index.html.erb