aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-10-04 20:33:49 +0100
committerNat Lasseter <user@4574.co.uk>2025-10-04 20:33:49 +0100
commit5b3e608f9cfafcd23b94f2d6c29784935e807443 (patch)
treeca2229d9cfdebcd036427f68ad5821243beb3403
parent4ac9d1b82f8778f3055fefdbc6ea88a3a5d2f347 (diff)
Fix whisky image
-rw-r--r--cgi/whisky-shelf.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/whisky-shelf.cgi b/cgi/whisky-shelf.cgi
index 37948ca..6f199a4 100644
--- a/cgi/whisky-shelf.cgi
+++ b/cgi/whisky-shelf.cgi
@@ -6,7 +6,7 @@ def shelf_contents(data)
$cgi.h3 { bottle["name"] } +
$cgi.img(width: "300px",
height: "500px",
- src: "/static/shelf/#{bottle["image"]}")
+ src: bottle["image"])
}
}.join
end