Sha256: 0283793f347001bdb0fd543a568442e84b06231b93ba0d50b0808be13c7fdc4d

Contents?: true

Size: 1.7 KB

Versions: 106

Compression:

Stored size: 1.7 KB

Contents

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

<!-- Page Header -->
<div class="row wrapper border-bottom white-bg page-heading">
	<div class="col-sm-8">
		<h2><%= yield(:phc_title) %></h2>
		<!-- Bread Crumb -->
		<ol class="breadcrumb">
			<li class="active"><%= yield(:phc_breadcrumb_one) %></li>
		</ol>
		<!-- Bread Crumb -->
	</div>
	<div class="col-sm-4">
		<div class="title-action">
			<%= link_to phcscriptcdnpro.new_script_version_path, class: "btn btn-primary" do %>
				<i class="fa fa-plus"></i> Create a New Script Version
			<% end %>
		</div>
	</div>
</div>
<!-- Page Header -->

<!-- Page Content -->
<div class="wrapper wrapper-content animated fadeInRight">
	<div class="row">
		<div class="col-lg-12">

			<div class="ibox float-e-margins">
				<div class="ibox-title">
					<h5><%= yield(:phc_title_tagline) %></h5>
					<div class="ibox-tools">
						<a class="collapse-link">
							<i class="fa fa-chevron-up"></i>
						</a>
						<a class="close-link">
							<i class="fa fa-times"></i>
						</a>
					</div>
				</div>
				<div class="ibox-content">

					<div class="table-responsive">
						<table class="table table-striped table-bordered table-hover dataTables-example">
							<thead>
								<tr>
									<th>Script Version</th>
								</tr>
							</thead>
							<tbody>
								<% @script_versions.each do |script_version| %>
									<tr>
										<td><%= link_to script_version.scriptversion, script_version %></td>
									</tr>
								<% end %>
							</tbody>
						</table>
					</div>

				</div>
			</div>

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

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
phcscriptcdnpro-15.1.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-15.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-14.1.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-14.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-13.1.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-13.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-12.2.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-12.1.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-12.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.3.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.2.1 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.2.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.1.1 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.1.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.0.3 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.0.2 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.0.1 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-11.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-10.0.1 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-10.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb