diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-21 22:33:44 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-21 22:33:44 +0100 |
commit | 7abbb02824faff2c889197df0e45c11bd9aeca07 (patch) | |
tree | 30b033c634519b7b7c8f5ee4f76f1ef018b17c7d | |
parent | 7944ed6fe51d00e49a044e04e624e72ff7be3bce (diff) |
Fix #163 - No need for Safari chrome on iOS
-rw-r--r-- | app/views/layouts/application.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 7e28d27ec..87f98198c 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,6 +9,7 @@ %link{:rel => "manifest", :href => "/manifest.json"}/ %meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/ %meta{:name => "theme-color", :content => "#2b90d9"}/ + %meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/ %title = "#{yield(:page_title)} - " if content_for?(:page_title) |