Sha256: bfbdeca559cfce1ba8bb02b26a6a0907ea11e5d6524913859a4c44c036162efe

Contents?: true

Size: 1.37 KB

Versions: 9

Compression:

Stored size: 1.37 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Extension Index" %>
<% phc_breadcrumb_one yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Content -->
<div class="panel panel-inverse">
	<div class="panel-heading">
		<div class="panel-heading-btn">
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-default" data-click="panel-expand"><i class="fa fa-expand"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-success" data-click="panel-reload"><i class="fa fa-redo"></i></a>
			<a href="javascript:;" class="btn btn-xs btn-icon btn-circle btn-warning" data-click="panel-collapse"><i class="fa fa-minus"></i></a>
		</div>
		<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
	</div>
	<div class="panel-body">
		<!-- Table - Article Index -->
		<div class="table-responsive">
			<table class="table table-striped table-bordered">
				<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>

		</div>
	</div>
</div>
<!-- Page Content -->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phcscriptcdnpro-72.2.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-72.1.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-72.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-71.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-70.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-68.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-67.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-66.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-65.0.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb