From fc81201cabc8fad5b45a51c7b805e7825d22c7b5 Mon Sep 17 00:00:00 2001
From: Tom Hughes
Date: Sun, 28 Apr 2024 18:47:13 +0100
Subject: [PATCH] Mark copyright example image as fluid
This preserves the old behaviour after #4732 is applied.
---
app/views/site/copyright.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb
index f014eb037..7fbf475ce 100644
--- a/app/views/site/copyright.html.erb
+++ b/app/views/site/copyright.html.erb
@@ -78,7 +78,7 @@
<%= 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")) %>
<%= t ".legal_babble.more_title_html" %>
--
2.39.5