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/help/faq.mobile.haml')
-rw-r--r--app/views/help/faq.mobile.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/help/faq.mobile.haml b/app/views/help/faq.mobile.haml
new file mode 100644
index 000000000..6efaff27a
--- /dev/null
+++ b/app/views/help/faq.mobile.haml
@@ -0,0 +1,6 @@
+%h1= t("_help")
+
+.alert.alert-warning
+ != t("error_messages.mobile_not_available",
+ desktop_link: link_to(t("error_messages.desktop_view_link"),
+ toggle_mobile_path))