Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.mobile.haml')
-rw-r--r--app/views/layouts/application.mobile.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml
index 233122575..e9667dbbe 100644
--- a/app/views/layouts/application.mobile.haml
+++ b/app/views/layouts/application.mobile.haml
@@ -9,7 +9,7 @@
= javascript_include_tag "mobile/mobile"
= load_javascript_locales
- = render "head"
+ = render "layouts/head"
= include_color_theme "mobile"
%meta{name: "viewport", content: "width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no"}/
@@ -17,11 +17,6 @@
%meta{name: "MobileOptimized", content: "320"}/
%meta{"http-equiv" => "cleartype", :content => "on"}/
- / iOS mobile web app indicator
- / NOTE(we will enable these once we don't have to rely on back/forward buttons anymore)
- /%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}
- /%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"}
-
%body
#app
= render "layouts/header"