Skip to content

Commit

Permalink
apple touch icon support added
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesMassry committed Oct 13, 2013
1 parent 23115ab commit 1db3b9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<head>
<title>BountyHunterNetwork</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="apple-touch-icon" sizes="57x57" href="touch-icon-iphone-114.png" />
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone-114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad-144.png" />
<link rel="apple-touch-icon" sizes="144x144" href="touch-icon-ipad-144.png" />
<%= stylesheet_link_tag "application", "bootstrap.min", "statuses", "profiles" %>
<%= javascript_include_tag "application", "jquery.min", "bootstrap.min", "statuses", "profiles" %>
<%= favicon_link_tag 'favicon.ico' %>
<%= favicon_link_tag 'touch-icon-iphone-114.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
<%= favicon_link_tag 'touch-icon-ipad-144.png', :rel => 'apple-touch-icon', :type => 'image/png' %>
<%= csrf_meta_tags %>
</head>
<body>
Expand Down

0 comments on commit 1db3b9e

Please sign in to comment.