remove feature xray
This commit is contained in:
parent
c2847d1481
commit
06d2eb2d21
2 changed files with 1 additions and 8 deletions
|
@ -23,9 +23,6 @@
|
||||||
|
|
||||||
= Gon::Base.render_data(camel_case: true, init: true, nonce: request.content_security_policy_nonce)
|
= Gon::Base.render_data(camel_case: true, init: true, nonce: request.content_security_policy_nonce)
|
||||||
|
|
||||||
- if Rails.env.development? && feature_enabled?(:xray)
|
|
||||||
= stylesheet_link_tag :xray
|
|
||||||
|
|
||||||
%body{ id: content_for(:page_id), class: browser.platform.ios? ? 'ios' : nil }
|
%body{ id: content_for(:page_id), class: browser.platform.ios? ? 'ios' : nil }
|
||||||
.page-wrapper
|
.page-wrapper
|
||||||
= render partial: "layouts/outdated_browser_banner"
|
= render partial: "layouts/outdated_browser_banner"
|
||||||
|
@ -43,7 +40,4 @@
|
||||||
- if content_for?(:footer)
|
- if content_for?(:footer)
|
||||||
= content_for(:footer)
|
= content_for(:footer)
|
||||||
|
|
||||||
- if Rails.env.development? && feature_enabled?(:xray)
|
|
||||||
= javascript_include_tag :xray
|
|
||||||
|
|
||||||
= yield :charts_js
|
= yield :charts_js
|
||||||
|
|
|
@ -35,8 +35,7 @@ features = [
|
||||||
:instructeur_bypass_email_login_token,
|
:instructeur_bypass_email_login_token,
|
||||||
:localization,
|
:localization,
|
||||||
:make_experts_notifiable,
|
:make_experts_notifiable,
|
||||||
:procedure_routage_api,
|
:procedure_routage_api
|
||||||
:xray
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def database_exists?
|
def database_exists?
|
||||||
|
|
Loading…
Reference in a new issue