]> git.openstreetmap.org Git - rails.git/commitdiff
Add additional icon tags to the HTML header
authorTom Hughes <tom@compton.nu>
Tue, 10 Sep 2013 20:35:25 +0000 (21:35 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 Sep 2013 20:36:47 +0000 (21:36 +0100)
app/assets/images/osm_logo_114.png [new file with mode: 0644]
app/assets/images/osm_logo_144.png [new file with mode: 0644]
app/assets/images/osm_logo_228.png [new file with mode: 0644]
app/assets/images/osm_logo_57.png [new file with mode: 0644]
app/assets/images/osm_logo_72.png [new file with mode: 0644]
app/views/layouts/_head.html.erb

diff --git a/app/assets/images/osm_logo_114.png b/app/assets/images/osm_logo_114.png
new file mode 100644 (file)
index 0000000..63713fb
Binary files /dev/null and b/app/assets/images/osm_logo_114.png differ
diff --git a/app/assets/images/osm_logo_144.png b/app/assets/images/osm_logo_144.png
new file mode 100644 (file)
index 0000000..35a9754
Binary files /dev/null and b/app/assets/images/osm_logo_144.png differ
diff --git a/app/assets/images/osm_logo_228.png b/app/assets/images/osm_logo_228.png
new file mode 100644 (file)
index 0000000..752d636
Binary files /dev/null and b/app/assets/images/osm_logo_228.png differ
diff --git a/app/assets/images/osm_logo_57.png b/app/assets/images/osm_logo_57.png
new file mode 100644 (file)
index 0000000..94893c7
Binary files /dev/null and b/app/assets/images/osm_logo_57.png differ
diff --git a/app/assets/images/osm_logo_72.png b/app/assets/images/osm_logo_72.png
new file mode 100644 (file)
index 0000000..dc4e6d5
Binary files /dev/null and b/app/assets/images/osm_logo_72.png differ
index 83f1087dd2d60df68902aefcb6593bffb4f1ea4c..95984ca974506345605928906bc4ca4a23200f06 100644 (file)
     <%= stylesheet_link_tag "large-#{dir}", :media => "screen" %>
   <![endif]-->
   <%= favicon_link_tag "favicon.ico" %>
-  <%= favicon_link_tag "osm_logo.png", :rel => "apple-touch-icon", :type => "image/png" %>
+  <%= favicon_link_tag "osm_logo_57.png", :rel => "apple-touch-icon", :sizes => "57x57", :type => "image/png" %>
+  <%= favicon_link_tag "osm_logo_72.png", :rel => "apple-touch-icon", :sizes => "72x72", :type => "image/png" %>
+  <%= favicon_link_tag "osm_logo_114.png", :rel => "apple-touch-icon", :sizes => "114x114", :type => "image/png" %>
+  <%= favicon_link_tag "osm_logo_144.png", :rel => "apple-touch-icon", :sizes => "144x144", :type => "image/png" %>
+  <%= favicon_link_tag "osm_logo_228.png", :rel => "icon", :sizes => "228x228", :type => "image/png" %>
+  <%= tag("meta", { :name => "msapplication-TileImage", :content => image_path("osm_logo_144.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." }) %>