Skip to content

Commit 4e1f444

Browse files
authored
fix(layout): supported_by
1 parent 4f3a3b4 commit 4e1f444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/_supported_by.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<% end %>
88
<% end %>
99

10-
<%- if I18n.exists?('footer.eu_funding_html') %>
10+
<%- if I18n.exists?('footer.eu_funding_html') && I18n.t('footer.eu_funding_html').present? %>
1111
<div class="eu-notice">
1212
<%= image_tag('elixir/eu-flag.svg') %>
1313
<div>

0 commit comments

Comments
 (0)