Switch to relative path for banner images to solve mix content warnings

This commit is contained in:
Godwin 2015-09-01 22:09:26 -07:00
parent 123a227afa
commit 00f762d002

View File

@ -1,5 +1,5 @@
- content_for :banner do - content_for :banner do
- image = image_url(image_file || 'empty-racks.jpg') - image = image_path(image_file || 'empty-racks.jpg')
- style = nil - style = nil
- cover = nil - cover = nil
- figure = nil - figure = nil