Ajust global css
This commit is contained in:
parent
409ce10c65
commit
ea18a6f7dd
9 changed files with 21 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue