Ajust global css

This commit is contained in:
Xavier J 2016-11-30 11:04:50 +01:00
parent 409ce10c65
commit ea18a6f7dd
9 changed files with 21 additions and 19 deletions

View file

@ -10,6 +10,12 @@
= csrf_meta_tags
%body
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
- if Rails.env == 'production'
Beta
- else
Env Test
- if Rails.env == 'test'
%script{type: 'text/javascript'}
(typeof jQuery !== 'undefined') && (jQuery.fx.off = true);