Browse Source

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

development
Godwin 9 years ago
parent
commit
00f762d002
  1. 2
      app/views/application/_header.html.haml

2
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

Loading…
Cancel
Save