Mark copyright example image as fluid
This preserves the old behaviour after #4732 is applied.
This commit is contained in:
parent
fd732ee33d
commit
fc81201cab
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue