Skip to content

Commit

Permalink
added iphone and ipad support
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesMassry committed Oct 13, 2013
1 parent 77a60d4 commit 23115ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added app/assets/images/touch-icon-ipad-144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/touch-icon-iphone-114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html>
<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' %>
Expand Down

0 comments on commit 23115ab

Please sign in to comment.