Sha256: 263aadf535abd24d6e74d6550df8895518ff04c03576b1b57a10b7efb8aeffb9

Contents?: true

Size: 1.72 KB

Versions: 29

Compression:

Stored size: 1.72 KB

Contents

<!-- PHCTitleSEO 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) %>
<!-- PHCTitleSEO Title Variables -->

<!-- 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 -->
<h2 class="page-header"><%= yield(:phc_title) %></h2>
<!-- Page Header -->

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

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

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

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

				<!-- 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>
				<!-- Index - Table -->

				<!-- 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 %>
				<!-- New Button -->

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

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

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
phcdevworks_scripts-8.1.1 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.1.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.0.5 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.0.4 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.0.3 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.0.2 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.0.1 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-8.0.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-7.4.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-7.2.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-7.1.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-7.0.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.8.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.7.1 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.7.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.6.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.5.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.4.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.3.0 app/views/phcdevworks_scripts/script/versions/index.html.erb
phcdevworks_scripts-5.2.0 app/views/phcdevworks_scripts/script/versions/index.html.erb