Reactive Beta Headband
This commit is contained in:
parent
2e04760d10
commit
fbeb503d9e
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@
|
|||
%body
|
||||
= render partial: 'layouts/support_navigator_banner'
|
||||
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
|
||||
- if Rails.env != 'production'
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
Env Test
|
||||
|
||||
- if Rails.env == 'test'
|
||||
|
|
Loading…
Add table
Reference in a new issue