Move EE differences for app/views/layouts/devise.html.haml

Move EE differences for app/views/layouts/devise.html.haml

diff --git a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/layouts/devise.html.haml b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/layouts/devise.html.haml
index 6003d973c88..7d8b611fc45 100644
--- a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/layouts/devise.html.haml
+++ b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/layouts/devise.html.haml
@@ -2,6 +2,7 @@
 %html.devise-layout-html{ class: system_message_class }
   = render "layouts/head"
   %body.ui-indigo.login-page.application.navless.qa-login-page{ data: { page: body_data_page } }
+    = header_message
     .page-wrap
       = render "layouts/header/empty"
       .login-page-broadcast
@@ -25,6 +26,12 @@
 
               - if Gitlab::CurrentSettings.sign_in_text.present?
                 = markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
+
+              - if Gitlab::CurrentSettings.help_text.present?
+                %h3= _("Need help?")
+                %hr
+                %p.slead
+                  = markdown(Gitlab::CurrentSettings.help_text)
             .col-sm-5.new-session-forms-container
               = yield
 
@@ -34,3 +41,4 @@
           = link_to _("Explore"), explore_root_path
           = link_to _("Help"), help_path
           = link_to _("About GitLab"), "https://about.gitlab.com/"
+      = footer_message
Assignee Loading
Time tracking Loading