From 4534a76afb547d892d5f737b2b2e44ca2b6b60c4 Mon Sep 17 00:00:00 2001 From: PEB Date: Tue, 9 Aug 2022 18:46:04 +0200 Subject: [PATCH] debug banner header --- app/views/layouts/mail.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/mail.html.haml b/app/views/layouts/mail.html.haml index c2062f3..e4195d6 100755 --- a/app/views/layouts/mail.html.haml +++ b/app/views/layouts/mail.html.haml @@ -11,7 +11,7 @@ -if @m_odr %br %br - -if false + -if @m_odr.id >= 31 -if @m_odr.logo_image_file =image_tag "https://"+HOSTNAME+@m_odr.logo_image_file.file.url, :class => "odr_logo", :style => (@m_odr.logo_image_file_width? ? "max-width:#{@m_odr.logo_image_file_width}px;margin:auto;": "")