Sha256: 18326c5a9b379d74856b521c8ef3a3791bdc6124c9b7a4cb838e7d111cc742b1

Contents?: true

Size: 1.16 KB

Versions: 27

Compression:

Stored size: 1.16 KB

Contents

<!-- Title System -->
<% phc_title "Script Extension Manager" %>
<% phc_title_tagline "Script Extension Index" %>

<!-- Page Header -->
<div class="row">
	<div class="col-lg-12">

		<!-- Bread Crumbs -->
		<ol class="breadcrumb">
			<li><%= link_to "Script Listings Index", script_listings_path %></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
		</ol>

		<!-- Page Title -->
		<h3 class="page-title">
			<%= yield(:phc_title) %> </br>
			<small><%= yield(:phc_title_tagline) %></small>
		</h3>

	</div>
</div>

<!-- Main Content -->
<div class="row">
	<div class="col-lg-12">

		<table class="table table-striped table-bordered table-advance table-hover">
			<thead>
				<tr>
					<th>Script Extension Name</th>
					<th>Script Extension</th>
				</tr>
			</thead>

			<tbody>
				<% @script_extensions.each do |script_extension| %>
					<tr>
						<td><%= link_to script_extension.scriptextensionname, script_extension %></td>
						<td><%= link_to script_extension.scriptextension, script_extension %></td>
					</tr>
				<% end %>
			</tbody>
		</table>

		<%= link_to 'New Script Extension', new_script_extension_path, class: "btn btn-primary" %>

	</div>
</div>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
phcscriptcdn-3.3.3 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.3.2 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.3.1 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.3.0 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.2.0 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.1.5 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.1.4 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.1.3 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.1.2 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.1.1 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.1.0 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.0.7 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.0.6 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.0.5 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.0.4 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.0.2 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdn-3.0.1 app/views/phcscriptcdn/script/extensions/index.html.erb
phcscriptcdnpro-3.2.2 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.2.1 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.2.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb