about summary refs log tree commit diff
path: root/app/views/auth/registrations
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-18 03:34:26 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-18 03:34:26 +0200
commit2e0a38d07c4611b1f2817cd70f6e95ca6b772ec2 (patch)
tree9f51518fe331a75ea5397c66ac9044b8214478a5 /app/views/auth/registrations
parentd5e086a47bedc93a1ab2d197e0400ef5bc2d0e3d (diff)
Added e-mail edit field to settings, proper format default for webfinger
Diffstat (limited to 'app/views/auth/registrations')
-rw-r--r--app/views/auth/registrations/edit.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/auth/registrations/edit.html.haml b/app/views/auth/registrations/edit.html.haml
index 78f4ef5dc..567f0ea44 100644
--- a/app/views/auth/registrations/edit.html.haml
+++ b/app/views/auth/registrations/edit.html.haml
@@ -5,6 +5,8 @@
   = devise_error_messages!
 
   .field
+    = f.email_field :email, placeholder: 'E-mail address'
+  .field
     = f.password_field :password, autocomplete: "off", placeholder: 'New password'
   .field
     = f.password_field :password_confirmation, autocomplete: "off", placeholder: 'Confirm new password'