Merge pull request #1128 from sgmap/fix-1123-remove-beta

[Fix #1123] remove beta
This commit is contained in:
gregoirenovel 2017-12-19 11:56:51 +01:00 committed by GitHub
commit df08f32de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 19 deletions

View file

@ -117,10 +117,6 @@ form {
} }
} }
.beta-staging {
background-color: #B00100 !important;
}
.text-purple { .text-purple {
color: #8B008B; color: #8B008B;
} }

View file

@ -31,13 +31,6 @@
width: 100%; width: 100%;
} }
#beta {
top: 26px;
bottom: initial;
position: absolute;
transform: rotate(45deg);
}
.copyright { .copyright {
width: 100%; width: 100%;
left: 0; left: 0;

View file

@ -17,10 +17,8 @@
= csrf_meta_tags = csrf_meta_tags
%body %body
= render partial: 'layouts/support_navigator_banner' = render partial: 'layouts/support_navigator_banner'
#beta{ class: (Rails.env == 'production' ? '' : 'beta-staging') } - if Rails.env == 'staging'
- if Rails.env == 'production' #beta
Beta
- else
Env Test Env Test
- if Rails.env == 'test' - if Rails.env == 'test'

View file

@ -20,10 +20,8 @@
.page-wrapper{ class: content_for?(:display_footer) ? 'with-footer' : 'nil' } .page-wrapper{ class: content_for?(:display_footer) ? 'with-footer' : 'nil' }
= render partial: "layouts/support_navigator_banner" = render partial: "layouts/support_navigator_banner"
= render partial: "layouts/ie_lt_10" = render partial: "layouts/ie_lt_10"
#beta{ class:(Rails.env == "production" ? "" : "beta_staging") } - if Rails.env == "staging"
- if Rails.env == "production" #beta
Beta
- else
Env Test Env Test
= render partial: "layouts/new_header" = render partial: "layouts/new_header"