Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider d6225daa rédigé par Benjamin Neff's avatar Benjamin Neff
Parcourir les fichiers

Merge pull request #7534 from oneturkmen/enable-mobile-web-app-capable-meta

added tag for supporting apps prior to Chrome M39
parents b447eb6e 70dfcd97
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -55,6 +55,7 @@ If so, please delete it since it will prevent the federation from working proper ...@@ -55,6 +55,7 @@ If so, please delete it since it will prevent the federation from working proper
* Improve responsive header in desktop version [#7509](https://github.com/diaspora/diaspora/pull/7509) * Improve responsive header in desktop version [#7509](https://github.com/diaspora/diaspora/pull/7509)
* Support cmd+enter to submit posts, comments and conversations [#7524](https://github.com/diaspora/diaspora/pull/7524) * Support cmd+enter to submit posts, comments and conversations [#7524](https://github.com/diaspora/diaspora/pull/7524)
* Add markdown editor for posts, comments and conversations on mobile [#7235](https://github.com/diaspora/diaspora/pull/7235) * Add markdown editor for posts, comments and conversations on mobile [#7235](https://github.com/diaspora/diaspora/pull/7235)
* Mark as "Mobile Web App Capable" on Android [#7534](https://github.com/diaspora/diaspora/pull/7534)
# 0.6.8.0 # 0.6.8.0
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
%meta{charset: "utf-8"}/ %meta{charset: "utf-8"}/
= content_for?(:meta_data) ? yield(:meta_data) : metas_tags = content_for?(:meta_data) ? yield(:meta_data) : metas_tags
%meta{content: "yes", name: "mobile-web-app-capable"}/
/ favicon / favicon
/ For Apple devices / For Apple devices
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")} %link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter