]> git.openstreetmap.org Git - rails.git/commitdiff
Mark copyright example image as fluid
authorTom Hughes <tom@compton.nu>
Sun, 28 Apr 2024 17:47:13 +0000 (18:47 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 28 Apr 2024 17:47:13 +0000 (18:47 +0100)
This preserves the old behaviour after #4732 is applied.

app/views/site/copyright.html.erb

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