[Fix #110] Remove any reference left to facades

This commit is contained in:
gregoirenovel 2018-11-22 00:31:00 +01:00
parent 150b43f2e1
commit e8c24c27e5
2 changed files with 1 additions and 5 deletions

View file

@ -30,7 +30,6 @@ class ApplicationController < ActionController::Base
service = RenderPartialService.new(controller, method)
@navbar_url = service.navbar
@left_pannel_url = service.left_panel
@facade_data_view = nil
end
def logged_in?

View file

@ -9,7 +9,4 @@
\-
= link_to 'CGU / Mentions légales', CGU_URL
\-
- if @facade.present? && @facade.respond_to?(:dossier)
= contact_link 'Contact', dossier_id: @facade.dossier&.id
- else
= contact_link 'Contact'
= contact_link 'Contact'