From 96f19c0a0eb770bd1f6277a4db5225a510b41a99 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) %>