temporarily disable the conference specific email image

This commit is contained in:
Michael Ball 2021-05-03 03:17:28 -07:00
parent 62f2b64e1c
commit 5688fd1d1a

View file

@ -19,7 +19,7 @@
<% end %>
<div class="row">
<div class="col-md-2">
<% 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') %>