Sha256: c7933cfde529a7148a1bb07a5f3961c6b6b740ff19bab5fb4c7c2f168e73ae86

Contents?: true

Size: 1.17 KB

Versions: 19

Compression:

Stored size: 1.17 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 CDN List
		</div>
		<div class="panel-body">
			<table class="table table-bordered table-striped table-hover">

				<thead>
					<tr>
						<th>Script Name</th>
						<th></th>
					</tr>
				</thead>

				<tbody>
					<% @scriptcdn_scripts.each do |scriptcdn_script| %>
						<tr>
							<td><%= scriptcdn_script.scrptname %></td>
							<td><div class="btn-group" role="group" aria-label="Script CDN">
								<%= link_to 'Show', scriptcdn_script, class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %>
								<%= link_to 'Edit', edit_scriptcdn_script_path(scriptcdn_script), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %>
								<%= link_to 'Destroy', scriptcdn_script, 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', new_scriptcdn_script_path, class: "btn btn-w-m btn-primary btn-phc-custom" %>
		</div>
	</div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phcscriptcdn-1.0.1 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-1.0.0 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.10 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.9 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.8 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.7 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.6 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.5 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.3 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.2 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.9.1 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.7.0 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.6.0 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.5.7 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.5.6 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.5.5 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.2.5 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.1.5 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb
phcscriptcdn-0.0.2 app/views/phcscriptcdn/scriptcdn/scripts/index.html.erb