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
path: root/app/views
diff options
context:
space:
mode:
authorFlaburgan <flaburgan@geexxx.fr>2016-09-06 13:42:26 +0300
committerSteffen van Bergerem <svbergerem@online.de>2016-09-10 16:00:50 +0300
commit2b6bb549c2124acfccce1b9f5505507896518f19 (patch)
tree092c21ce98e71b07c810dceb89a5c7985a4ca4bd /app/views
parentabb51abbc3720c99eb4c0e25800e7da658418744 (diff)
autocapitalize: off is deprecated since iOS 5
Diffstat (limited to 'app/views')
-rw-r--r--app/views/devise/passwords/new.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/passwords/new.haml b/app/views/devise/passwords/new.haml
index eccb259a2..7d21132e9 100644
--- a/app/views/devise/passwords/new.haml
+++ b/app/views/devise/passwords/new.haml
@@ -20,7 +20,7 @@
= f.text_field :email,
class: "input-block-level form-control",
required: true,
- autocapitalize: "off",
+ autocapitalize: "none",
placeholder: t("devise.passwords.new.email"),
autocorrect: "off",
autofocus: true,