Mark copyright example image as fluid

This preserves the old behaviour after #4732 is applied.
This commit is contained in:
Tom Hughes 2024-04-28 18:47:13 +01:00
parent fd732ee33d
commit fc81201cab

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, :border => 0, :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>