summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-01-22 11:22:11 -0800
committerjessib <jessib@leap.se>2013-01-22 11:22:11 -0800
commitd0bf43794c6385a6b746ce6ed4a3ba54fc891a30 (patch)
treeaf138fd7ae9446d9c9a84370e948cb9bc0995240
parentdea7680b7260224beb2d2b8b901310f27d7337b0 (diff)
Users now have an email_address, not an email.
-rw-r--r--users/app/views/users/show.html.haml2
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