aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-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