summaryrefslogtreecommitdiff
path: root/users/app/views/users/edit.html.haml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-10 10:38:48 +0100
committerAzul <azul@leap.se>2012-12-10 10:38:48 +0100
commite4c7f2fb8fa2833037508f1b88f802944855fd77 (patch)
tree0514506d3b64861b8a5877145e1a3212c76af4b9 /users/app/views/users/edit.html.haml
parent9d99d340cfd3c55f21d38c1ba9f3f4574e40c46c (diff)
actually allow adding email aliases
Diffstat (limited to 'users/app/views/users/edit.html.haml')
-rw-r--r--users/app/views/users/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/edit.html.haml b/users/app/views/users/edit.html.haml
index eb1bca4..92ab71b 100644
--- a/users/app/views/users/edit.html.haml
+++ b/users/app/views/users/edit.html.haml
@@ -14,4 +14,4 @@
.tab-pane#email
= user_form_with 'email_field', :legend => :set_email_address
= user_form_with 'email_forward_field', :legend => :forward_email
- = render 'email_aliases'
+ = user_form_with 'email_aliases', :legend => :add_email_alias