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