diff options
| author | Nat Lasseter <user@4574.co.uk> | 2025-10-04 20:39:59 +0100 |
|---|---|---|
| committer | Nat Lasseter <user@4574.co.uk> | 2025-10-04 20:39:59 +0100 |
| commit | 460d4ebf14b071caca9579a03924085717e22de6 (patch) | |
| tree | 2769ceb717f20a4aafe3fae47fca171bb64b3441 | |
| parent | b36d08d14e3b921bed8efb0566072e63cba39c0a (diff) | |
Base where?
| -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 d9622a6..bae8acf 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: bottle["image"]) + src: "shelf/#{bottle["image"]}") } }.join end |
