diff options
author | jessib <jessib@leap.se> | 2013-01-22 11:22:11 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-01-22 11:22:11 -0800 |
commit | d0bf43794c6385a6b746ce6ed4a3ba54fc891a30 (patch) | |
tree | af138fd7ae9446d9c9a84370e948cb9bc0995240 /users/app | |
parent | dea7680b7260224beb2d2b8b901310f27d7337b0 (diff) |
Users now have an email_address, not an email.
Diffstat (limited to 'users/app')
-rw-r--r-- | users/app/views/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/show.html.haml b/users/app/views/users/show.html.haml index a1eeccb..056ed57 100644 --- a/users/app/views/users/show.html.haml +++ b/users/app/views/users/show.html.haml @@ -3,7 +3,7 @@ .small = link_to 'edit', edit_user_path(@user) %dl.offset1 - - fields = ['login', 'email', 'created_at', 'updated_at', 'email_forward'] + - fields = ['login', 'email_address', 'created_at', 'updated_at', 'email_forward'] - fields.each do |field| %dt = field.titleize |