From 00f762d002af6720e4cd0757c805cd0c58f8190d Mon Sep 17 00:00:00 2001 From: Godwin Date: Tue, 1 Sep 2015 22:09:26 -0700 Subject: [PATCH] Switch to relative path for banner images to solve mix content warnings --- app/views/application/_header.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_header.html.haml b/app/views/application/_header.html.haml index 488bf25..a7e05c8 100644 --- a/app/views/application/_header.html.haml +++ b/app/views/application/_header.html.haml @@ -1,5 +1,5 @@ - content_for :banner do - - image = image_url(image_file || 'empty-racks.jpg') + - image = image_path(image_file || 'empty-racks.jpg') - style = nil - cover = nil - figure = nil