From a33fac607cc4ed43a5f57503a94e8b5426c776ad Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 24 Jun 2013 16:31:25 -0700 Subject: [PATCH] website: use image_tag so that the asset hash stuff works --- website/source/downloads.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index c34df8ec4..f1b345d50 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -23,7 +23,7 @@ page_title: "Downloads" <% $packer_files.each do |os, files| %>
-
+
<%= image_tag "/images/icons/icon_#{os}.png" %>

<%= download_os_human(os) %>