From cf7522f2e4cc15d01a2aec0df05349d3ab542e42 Mon Sep 17 00:00:00 2001 From: Jonathan Kolyer Date: Sun, 11 May 2014 00:22:12 +0000 Subject: [PATCH] VRFS-736 images using relative path --- web/app/views/clients/_footer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/views/clients/_footer.html.erb b/web/app/views/clients/_footer.html.erb index fdbcf9b0a..5ac12e675 100644 --- a/web/app/views/clients/_footer.html.erb +++ b/web/app/views/clients/_footer.html.erb @@ -1,7 +1,7 @@
<% [:twitter, :facebook, :google].each do |src| %> - <%= link_to(image_tag("http://www.jamkazam.com/assets/content/icon_#{src}.png", :style => "vertical-align:top"), "/endorse/0/#{src}") %>  + <%= link_to(image_tag("content/icon_#{src}.png", :style => "vertical-align:top"), "/endorse/0/#{src}") %>  <% end %>