From: Tom Hughes Date: Sun, 19 Feb 2012 11:29:14 +0000 (+0000) Subject: Add apple-touch-icon link to the layout X-Git-Tag: live~5784 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4e78648d4694dcd1d64467e03b735b003b0feeac?hp=8d52069b0041f6b4322b2cdb1fe37f3ce1f6b11d;ds=sidebyside Add apple-touch-icon link to the layout --- diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 6e876e166..2dda3d799 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -9,6 +9,7 @@ <%= stylesheet_link_tag "print-#{t 'html.dir'}", :media => "print" %> <%= favicon_link_tag "favicon.ico" %> + <%= favicon_link_tag "osm_logo.png", :rel => "apple-touch-icon", :type => "image/png" %> <%= tag("link", { :rel => "publisher", :href => "https://plus.google.com/111953119785824514010" }) %> <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => asset_path("osm.xml") }) %> <%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %>