You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/11/23 14:28:57 UTC

[sling-org-apache-sling-app-cms] 05/05: Updating to use the branding logo for the error page signin

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 78cc9991a5d6733a5316188f4f18b91d781a981e
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Nov 23 09:28:39 2020 -0500

    Updating to use the branding logo for the error page signin
---
 .../resources/jcr_root/libs/sling-cms/components/pages/error/body.jsp   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/body.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/body.jsp
index 192f29f..08b5087 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/body.jsp
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/pages/error/body.jsp
@@ -25,7 +25,7 @@
                 <div class="columns is-centered is-vcentered" style="min-height: calc(100vh - 85px)">
                     <div class="column is-two-thirds-tablet is-half-desktop is-one-third-widescreen">
                         <div class="box mt-6">
-                            <img src="/static/clientlibs/sling-cms/img/sling-logo.svg" width="100" alt="Apache Sling CMS" class="pb-3">
+                            <img src="${branding.logo}" width="100" alt="${branding.appName}" class="pb-3">
                             <sling:call script="content.jsp" />
                         </div>
                     </div>