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 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