Commit bfa3834e

mo khan <mo@mokhan.ca>
2013-06-17 04:22:11
fix path to apple touch icon
1 parent 1f5009e
Changed files (1)
app
app/views/layouts/application.html.erb
@@ -9,7 +9,7 @@
     <title><%= full_title(yield(:title)) %></title>
     <%= stylesheet_link_tag :application %>
     <%= favicon_link_tag 'favicon.ico' %>
-    <%= favicon_link_tag 'apple-touch-icon.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
+    <%= favicon_link_tag 'apple-touch-icon-57x57.png', :rel => 'apple-touch-icon', :type => 'image/png', :sizes => "57x57" %>
     <%= favicon_link_tag 'apple-touch-icon-72x72.png', :rel => 'apple-touch-icon', :type => 'image/png', :sizes => "72x72" %>
     <%= favicon_link_tag 'apple-touch-icon-114x114.png', :rel => 'apple-touch-icon', :type => 'image/png', :sizes => "114x114" %>
     <%= yield :head %>