aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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