Sha256: e5e59921a5ba9cf297f8e2ccbee03010724b59a6fc00fa08cf0606bb99c2621e

Contents?: true

Size: 1.44 KB

Versions: 32

Compression:

Stored size: 1.44 KB

Contents

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

<!-- Bread Crumb -->
<div class="page-bar">

	<ul class="page-breadcrumb">
			<li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
			<li class="active"><%= yield(:phc_title_tagline) %></li>
	</ul>

</div>

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

		<div class="portlet light">

			<div class="portlet-title">

				<div class="caption">
					<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
				</div>
				<div class="actions">
					<%= link_to phcscriptcdnpro.new_script_extension_path, class: "btn blue-chambray" do %>
						<i class="fa fa-plus"></i> Add a New Extension
					<% end %>
				</div>

			</div>

			<div class="portlet-body">
				<div class="table-responsive">
					<table class="table table-striped table-bordered table-hover table-header-fixed">
						<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>

	</div>
</div>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.5.8 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.5.7 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.5.4 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.5.3 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.5.1 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.5.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.4.2 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.4.1 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.4.0 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.3.5 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.3.4 app/views/phcscriptcdnpro/script/extensions/index.html.erb
phcscriptcdnpro-3.3.3 app/views/phcscriptcdnpro/script/extensions/index.html.erb