From 5b3e608f9cfafcd23b94f2d6c29784935e807443 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Sat, 4 Oct 2025 20:33:49 +0100 Subject: Fix whisky image --- cgi/whisky-shelf.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi') 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 -- cgit v1.2.3