Skip to content

Commit 3bd185a

Browse files
authored
Merge pull request #1130 from kennethrioja/patch-1
`_supported_by.erb` eu flag (small fix)
2 parents 966ba98 + 4e1f444 commit 3bd185a

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
@@ -9,7 +9,7 @@
99
<% end %>
1010
<% end %>
1111

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

0 commit comments

Comments
 (0)