Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
Update apple-touch-icons. Fixes #30.
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle committed Sep 26, 2013
1 parent 6931766 commit 6f4c709
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<%= javascript_include_tag "application", :defer => "defer" %>

<!-- For third-generation iPad with high-resolution Retina display: -->
<!-- Size should be 144 x 144 pixels -->
<%= favicon_link_tag 'apple-touch-icon-144x144-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '144x144' %>
<!-- Size should be 152 x 152 pixels -->
<%= favicon_link_tag 'apple-touch-icon-152x152-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '152x152' %>

<!-- For iPhone with high-resolution Retina display: -->
<!-- Size should be 114 x 114 pixels -->
<%= favicon_link_tag 'apple-touch-icon-114x114-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '114x114' %>
<!-- Size should be 120 x 120 pixels -->
<%= favicon_link_tag 'apple-touch-icon-120x120-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '120x120' %>

<!-- For first- and second-generation iPad: -->
<!-- Size should be 72 x 72 pixels -->
<%= favicon_link_tag 'apple-touch-icon-72x72-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '72x72' %>
<!-- Size should be 76 x 76 pixels -->
<%= favicon_link_tag 'apple-touch-icon-76x76-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '76x76' %>

<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<!-- Size should be 57 x 57 pixels -->
Expand Down

0 comments on commit 6f4c709

Please sign in to comment.