From 5866ebe638e76de8155bb495617d61e73654d1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 5 Apr 2012 03:14:02 +0200 Subject: [PATCH] using an image tag as a path is an interesting idea... but a path is still working better :P [ci skip] --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index cb9b9d871..22984d4aa 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -12,8 +12,8 @@ %meta{:name => "description", :content => "Diaspora*"} %meta{:name => "author", :content => "Diaspora, Inc."} - %link{:rel => 'shortcut icon', :href => "#{image_tag('favicon.png')}" } - %link{:rel => 'apple-touch-icon', :href => "#{image_tag('apple-touch-icon.png')}"} + %link{:rel => 'shortcut icon', :href => "#{image_path('favicon.png')}" } + %link{:rel => 'apple-touch-icon', :href => "#{image_path('apple-touch-icon.png')}"} %title = page_title yield(:page_title)