-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more environment indicators #1457
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
|
||
it 'returns the apple icon path for the training environment' do | ||
allow(Rails).to receive(:env).and_return('training') | ||
expect(apple_icon).to eq('apple-icon-training.png') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these find the images correctly? Image name is apple-touch-icon-training.png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed that, very well spotted! I haven't got a way of testing the touch icons, so they probably aren't working.
(In practise I'm using them as the large-scale masters to create the small-scale favicons.)
I'll fix them quickly now.
Code Climate has analyzed commit 8445c19 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 90.0% (0.0% change). View more on Code Climate. |
Updating Limber environment indicators to match recent changes in Sequencescape sanger/sequencescape#3911
Changes proposed in this pull request
Screenshots:
Development and any unknown environments
Staging / UAT
Training
Production
Favicons and flash banner
Instructions for Reviewers
[All PRs] - Confirm PR template filled
[Feature Branches] - Review code
[Production Merges to
main
]- Check story numbers included
- Check for debug code
- Check version