From 7937bff7079176526217ac61e0059a1fb8355c57 Mon Sep 17 00:00:00 2001
From: Andreas N <pixeldesu@nerdwerks.org>
Date: Sat, 10 Jan 2015 13:50:08 +0100
Subject: [PATCH] let's see if we can fix this

---
 app/views/layouts/application.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 231166c8..cd36c6d8 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -7,7 +7,7 @@
     %meta{name: 'theme-color', content: '#0C84E4'}
     %meta{name: "apple-mobile-web-app-capable", content: "yes"}
     %meta{name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent'}
-    %link{rel: 'apple-touch-icon-precomposed', href: '/apple-touch-icon-precomposed.png'}
+    %link{rel: 'apple-touch-icon', href: '/apple-touch-icon-precomposed.png'}
     %link{rel: 'icon', href: '/images/favicon/favicon-16.png', sizes: '16x16'}
     %link{rel: 'icon', href: '/images/favicon/favicon-32.png', sizes: '32x32'}
     %title= APP_CONFIG['site_name']