Browse Source

Fix #163 - No need for Safari chrome on iOS

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
7abbb02824
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/layouts/application.html.haml

+ 1
- 0
app/views/layouts/application.html.haml View File

@ -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)

Loading…
Cancel
Save