Sha256: 0434f8210864b480290245f923bccbefdefcf9a4a1d0fea5b935b7fe33cd3027

Contents?: true

Size: 1.46 KB

Versions: 11

Compression:

Stored size: 1.46 KB

Contents

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

<!-- 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 Name</th>
						<th>Script URL</th>
						<th>Script Type</th>
						<th>Script Version</th>
						<th></th>
					</tr>
				</thead>

				<tbody>
					<% @scriptcdn_scripturls.each do |scriptcdn_scripturl| %>
						<tr>
							<td><%= scriptcdn_scripturl.scrpturlname %></td>
							<td><%= scriptcdn_scripturl.scrpturlphc %></td>
							<td><%= scriptcdn_scripturl.scrpturltype %></td>
							<td><%= scriptcdn_scripturl.scriptversion %></td>
							<td><div class="btn-group" role="group" aria-label="Script CDN">
								<%= link_to 'Edit', edit_scriptcdn_script_scripturl_path(scriptcdn_scripturl.script, scriptcdn_scripturl), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %>
								<%= link_to 'Destroy', scriptcdn_script_scripturl_path(scriptcdn_scripturl.script, 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_script_scripturl_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-0.9.7 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.9.6 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.9.5 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.9.3 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.9.2 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.9.1 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.7.0 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.6.0 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.5.7 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.5.6 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb
phcscriptcdn-0.5.5 app/views/phcscriptcdn/scriptcdn/scripturls/index.html.erb