diff --git a/app/views/branded/layouts/_branding.html.erb b/app/views/branded/layouts/_branding.html.erb index 6846286..aeac287 100644 --- a/app/views/branded/layouts/_branding.html.erb +++ b/app/views/branded/layouts/_branding.html.erb @@ -119,7 +119,7 @@ - <% if !current_user.org.banner_text.nil? %> + <% unless current_user.org.banner_text.nil? || current_user.org.banner_text.empty? %>
<%= current_user.org.banner_text.html_safe %>