Gitlab CE Layout ändern

sudo vi /usr/share/gitlab/app/views/layouts/devise.html.haml
sudo systemctl restart gitlab
--- /usr/share/gitlab/app/views/layouts/devise.html.haml.bak    2019-10-05 16:15:18.047990042 +0200
+++ /usr/share/gitlab/app/views/layouts/devise.html.haml    2019-10-05 16:38:47.606849532 +0200
@@ -13,7 +13,7 @@
           .row.append-bottom-15
             .col-sm-7.brand-holder
               %h1
-                = brand_title
+                = _('Michael Mende IT Consulting')
               = brand_image
               - if current_appearance&.description?
                 = brand_text
@@ -35,4 +35,6 @@
           = link_to _("Explore"), explore_root_path
           = link_to _("Help"), help_path
           = link_to _("About GitLab"), "https://about.gitlab.com/"
+          = link_to _("Impressum"),"https://www.failover.de/impressum/"
+          = link_to _("Datenschutzerklärung"),"https://www.failover.de/datenschutzerklaerung/"
       = footer_message