Remove border attribute from <img> on Copyright page

This commit is contained in:
Anton Khorev 2024-05-09 15:14:00 +03:00
parent 71005e4648
commit d8e3b037d5

View file

@ -78,7 +78,7 @@
</p> </p>
<p><%= image_tag("attribution_example.png", <p><%= image_tag("attribution_example.png",
:alt => t(".legal_babble.attribution_example.alt"), :alt => t(".legal_babble.attribution_example.alt"),
:border => 0, :class => "img-fluid", :class => "img-fluid",
:title => t(".legal_babble.attribution_example.title")) %></p> :title => t(".legal_babble.attribution_example.title")) %></p>
<h3><%= t ".legal_babble.more_title_html" %></h3> <h3><%= t ".legal_babble.more_title_html" %></h3>