Add generic method for header

Unify Header to be able to use it from the admin as from the seg_management.
This commit is contained in:
taitus
2020-12-14 10:12:35 +01:00
committed by Javi Martín
parent dfec661a52
commit 6d5333fc7a
7 changed files with 13 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
class SDGManagement::LocalTargets::FormComponent < ApplicationComponent
delegate :back_link_to, to: :helpers
include SDGManagement::Header
include Header
include TranslatableFormHelper
include GlobalizeHelper