diff options
Diffstat (limited to 'app/views/my/account.html.erb')
-rw-r--r-- | app/views/my/account.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 0ce223b0a..cadf0e830 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -1,4 +1,5 @@ <div class="contextual"> +<%= additional_emails_link(@user) %> <%= link_to(l(:button_change_password), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %> <%= call_hook(:view_my_account_contextual, :user => @user)%> </div> |