Sha256: a83900911c71c8aceb59e5ca0985b6f85e55db39654da54f46aa1ed560e83afb

Contents?: true

Size: 1.94 KB

Versions: 8

Compression:

Stored size: 1.94 KB

Contents

<!-- Title System -->
<% phc_title "Script Listings Manager" %>
<% phc_title_tagline "Script Version Index" %>
<% phc_breadcrumb_one link_to "Script Index", phcscriptcdnpro.script_listings_path %>
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
<!-- Title System -->

<!-- Page Bradcrumbs -->
<ol class="breadcrumb pull-right">
  <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
  <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- Page Bradcrumbs -->

<!-- Page Header -->
<h1 class="page-header"><%= yield(:phc_title) %></h1>
<!-- Page Header -->

<!-- Page & Panel Content -->
<div class="panel panel-inverse">
  <!-- Panel Heading -->
  <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>
  <!-- Panel Heading -->
  <!-- Panel Body -->
  <div class="panel-body">
		<!-- Table - Version Index -->
		<div class="table-responsive">
			<table class="table table-striped table-bordered">
				<thead>
					<tr>
						<th>Script Version</th>
					</tr>
				</thead>
				<tbody>
					<% @script_versions.each do |script_version| %>
						<tr>
							<td><%= link_to script_version.script_version_number, script_version %></td>
						</tr>
					<% end %>
				</tbody>
			</table>
			<%= link_to phcscriptcdnpro.new_script_version_path, class: "btn btn-primary" do %>
				<i class="fas fa-plus-circle"></i>
				Add a New Version Number
			<% end %>
		</div>
		<!-- Table - Version Index -->
	</div>
</div>
<!-- Page Content -->

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phcscriptcdnpro-78.4.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-78.3.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-78.2.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-78.1.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-78.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-77.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-75.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb
phcscriptcdnpro-74.0.0 app/views/phcscriptcdnpro/script/versions/index.html.erb