Sha256: 87419958299928703f9f68c4dec7ac8d4373928ee7e1c086ed65a95d92bac583

Contents?: true

Size: 1.29 KB

Versions: 9

Compression:

Stored size: 1.29 KB

Contents

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

				<thead>
					<tr>
						<th>Script URL</th>
						<th>Script Type</th>
						<th></th>
					</tr>
				</thead>

				<tbody>
					<% @scriptcdn_scripturls.each do |scriptcdn_scripturl| %>
						<tr>
							<td><%= scriptcdn_scripturl.scrpturlphc %></td>
							<td><%= scriptcdn_scripturl.scrpturltype %></td>
							<td><div class="btn-group" role="group" aria-label="Script CDN">
								<%= link_to 'Edit', edit_scriptcdn_scriptversion_scripturl_path(scriptcdn_scripturl.scriptversion, scriptcdn_scripturl), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %>
								<%= link_to 'Destroy', scriptcdn_scriptversion_scripturl_path(scriptcdn_scripturl.scriptversion, scriptcdn_scripturl), class: "btn btn-w-m btn-danger btn-xs btn-phc-custom", method: :delete, data: { confirm: 'Are you sure?' } %>
							</div></td>
						</tr>
					<% end %>
				</tbody>

			</table>
			<%= link_to 'New Script URL', new_scriptcdn_scriptversion_scripturl_path, class: "btn btn-w-m btn-primary btn-phc-custom" %>
		</div>
	</div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.4.1 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.4.0 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.8 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.7 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.6 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.5 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.4 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.3 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb
phcscriptcdnpro-1.3.1 app/views/phcscriptcdnpro/scriptcdn/scripturls/index.html.erb