add apple-touch-icon

This commit is contained in:
joshua stein 2012-07-03 21:49:11 -05:00
parent fc1c474fb3
commit 7611e7d297
2 changed files with 10 additions and 9 deletions

View file

@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title><%= @page_title ? "#{@page_title} | Lobsters" : "Lobsters" %></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
<title><%= @page_title ? "#{@page_title} | Lobsters" : "Lobsters" %></title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
@ -17,10 +18,10 @@
<% end %>
</head>
<body>
<div id="wrapper">
<%= render :partial => "global/header" %>
<div id="wrapper">
<%= render :partial => "global/header" %>
<div id="inside">
<div id="inside">
<% if flash[:error] %>
<div class="flash-error"><%= flash[:error] %></div>
<% elsif flash[:success] %>
@ -28,9 +29,9 @@
<% end %>
<%= yield %>
</div>
</div>
<%= render :partial => "global/footer" %>
</div>
<%= render :partial => "global/footer" %>
</div>
</body>
</html>

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB