From 5688fd1d1a39710eaf25077cfe56ee534476655d Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 3 May 2021 03:17:28 -0700 Subject: [PATCH] temporarily disable the conference specific email image --- app/views/layouts/_mailbot_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_mailbot_header.html.erb b/app/views/layouts/_mailbot_header.html.erb index f3c33bd8..084cddb1 100644 --- a/app/views/layouts/_mailbot_header.html.erb +++ b/app/views/layouts/_mailbot_header.html.erb @@ -19,7 +19,7 @@ <% end %>
- <% if @conference.present? %> + <% if false && @conference.present? %> <%= image_tag(conference_logo_url(@conference), style: "display:block;height:70px;width:auto;", alt: @conference.title + ' logo') %> <% else %> <%= image_tag(Organization.first.picture_url, style: "display:block;height:70px;width:auto;", alt: ENV['OSEM_NAME'] + ' logo') %>