Sha256: 46ff9da58ee10e5eed87a1ab7dce13fa410ab42e38eae85da85842693b43b3d7

Contents?: true

Size: 1.71 KB

Versions: 3

Compression:

Stored size: 1.71 KB

Contents

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

<!-- -PHCDEV- Bradcrumbs -->
<ol class="breadcrumb float-xl-end">
	<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
	<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
</ol>
<!-- -PHCDEV- Bradcrumbs -->

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

<!-- -PHCDEV- Panel -->
<div class="panel panel-inverse">

	<!-- -PHCDEV- Panel - Heading -->
	<div class="panel-heading">
		<h4 class="panel-title"><%= yield(:phc_title) %></h4>
	</div>
	<!-- -PHCDEV- Panel - Heading -->

	<!-- -PHCDEV- Panel - Body -->
	<div class="panel-body">

		<!-- -PHCDEV- Index - Table -->
		<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>
		</div>
		<!-- -PHCDEV- Index - Table -->

		<!-- -PHCDEV- New Button -->
		<%= link_to phcdevworks_scripts.new_script_version_path, class: "btn btn-primary" do %>
			<i class="fad fa-plus-circle"></i>
			Add a New Version Number
		<% end %>
		<!-- -PHCDEV- New Button -->

	</div>
	<!-- -PHCDEV- Panel - Body -->

</div>
<!-- -PHCDEV- Panel -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_scripts-9.0.2 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-9.0.1 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-9.0.0 app/views/phcdevworks_scripts/script/versions/index.html.erb