Commit 96f19c0a authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: use image_tag so that the asset hash stuff works

parent 548c82cb
......@@ -23,7 +23,7 @@ page_title: "Downloads"
<% $packer_files.each do |os, files| %>
<div class="row">
<div class="span8 offset2 download">
<div class="icon pull-left"><img src="/images/icons/icon_<%= os %>.png"></div>
<div class="icon pull-left"><%= image_tag "/images/icons/icon_#{os}.png" %></div>
<div class="details">
<h2 class="os-name"><%= download_os_human(os) %></h2>
<ul>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment