diff options
| author | Nat Lasseter <user@4574.co.uk> | 2025-10-04 20:33:49 +0100 |
|---|---|---|
| committer | Nat Lasseter <user@4574.co.uk> | 2025-10-04 20:33:49 +0100 |
| commit | 5b3e608f9cfafcd23b94f2d6c29784935e807443 (patch) | |
| tree | ca2229d9cfdebcd036427f68ad5821243beb3403 | |
| parent | 4ac9d1b82f8778f3055fefdbc6ea88a3a5d2f347 (diff) | |
Fix whisky image
| -rw-r--r-- | cgi/whisky-shelf.cgi | 2 |
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 |
