[logaling-commit] logaling/logaling-server [master] Fix favicon link

アーカイブの一覧に戻る

SHIMADA Koji null+****@clear*****
Wed Oct 3 01:02:25 JST 2012


SHIMADA Koji	2012-10-03 01:02:25 +0900 (Wed, 03 Oct 2012)

  New Revision: 86b0ec61c88ea526bdf0cefb4a007a6f49684e38
  https://github.com/logaling/logaling-server/commit/86b0ec61c88ea526bdf0cefb4a007a6f49684e38

  Log:
    Fix favicon link

  Modified files:
    app/views/layouts/application.html.haml

  Modified: app/views/layouts/application.html.haml (+4 -4)
===================================================================
--- app/views/layouts/application.html.haml    2012-10-03 00:27:37 +0900 (e67b41e)
+++ app/views/layouts/application.html.haml    2012-10-03 01:02:25 +0900 (2d6dcf8)
@@ -10,10 +10,10 @@
     / Le styles
     = stylesheet_link_tag    "application"
     / Le fav and touch icons
-    %link{:href => "images/favicon.ico", :rel => "shortcut icon"}/
-    %link{:href => "images/apple-touch-icon.png", :rel => "apple-touch-icon"}/
-    %link{:href => "images/apple-touch-icon-72x72.png", :rel => "apple-touch-icon", :sizes => "72x72"}/
-    %link{:href => "images/apple-touch-icon-114x114.png", :rel => "apple-touch-icon", :sizes => "114x114"}/
+    %link{:href => "/images/favicon.ico", :rel => "shortcut icon"}/
+    %link{:href => "/images/apple-touch-icon.png", :rel => "apple-touch-icon"}/
+    %link{:href => "/images/apple-touch-icon-72x72.png", :rel => "apple-touch-icon", :sizes => "72x72"}/
+    %link{:href => "/images/apple-touch-icon-114x114.png", :rel => "apple-touch-icon", :sizes => "114x114"}/
 
   %body
     <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
-------------- next part --------------
An HTML attachment was scrubbed...
ダウンロード 



More information about the logaling-commit mailing list
アーカイブの一覧に戻る