Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Ruby Tests](https://github.com/sanger/gatekeeper/actions/workflows/ruby_test.yml/badge.svg)](https://github.com/sanger/gatekeeper/actions/workflows/ruby_test.yml)
[![codecov](https://codecov.io/gh/sanger/gatekeeper/graph/badge.svg?token=VbxDtCNFAh)](https://codecov.io/gh/sanger/gatekeeper)

# Gatekeeper
# <img src="public/images/gate-kk.svg" alt="Reflected K Logo" height="20pt" /> Gatekeeper

Gatekeeper is used to track the production and validation of batches of tag plates for sequencing.
It is designed to interface with the [Sequencescape](https://github.com/sanger/sequencescape) LIMS.
Expand Down
1 change: 1 addition & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
//= link application.css
//= link application.js
//= link gate-kk.svg
63 changes: 63 additions & 0 deletions app/assets/images/gate-kk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/gatekeeper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ h1 {
padding: 0.5em;
}

.logo {
margin-bottom: -11px;
margin-right: -11px;
vertical-align: baseline;
}

.gk-section {
text-align: justify;
}
Expand Down
5 changes: 4 additions & 1 deletion app/views/pages/index.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div id='gk-index-page' class='gk-page'>
<h1 id='gk-index-title' class='gk-page-title'><%= Gatekeeper::Application.config.name %></h1>
<h1 id='gk-index-title' class='gk-page-title'>
<%= image_tag 'gate-kk.svg', alt: 'Reflected K Logo', class: 'logo'%>
<%= Gatekeeper::Application.config.name %>
</h1>
<div class="col-sm-6">
<div id='gk-index-menu' class='panel panel-primary'>
<div class="panel-heading">Register Lots</div>
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Application < Rails::Application
config.i18n.fallbacks = [I18n.default_locale]

# Ensures precompiling is faster by not loading the application
config.assets.initialize_on_precompile = false
config.assets.initialize_on_precompile = true
config.disable_animations = false

config.destroyable_states = %w[pending available]
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Loading