diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-11-25 01:14:19 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-11-25 01:14:19 +0000 |
commit | 5a9528cf3d9eb4afbec81cf1d79f7134596906f1 (patch) | |
tree | e360a4f65a37c2680e36409c0821ad2d554ec3ad /app/views/my | |
parent | 9b0acce9c938e6c1bbbe2c1a4138105513a08b33 (diff) | |
download | redmine-5a9528cf3d9eb4afbec81cf1d79f7134596906f1.tar.gz redmine-5a9528cf3d9eb4afbec81cf1d79f7134596906f1.zip |
Added :view_my_account_contextual hook.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3089 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/account.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml index b22f291f9..018414ee2 100644 --- a/app/views/my/account.rhtml +++ b/app/views/my/account.rhtml @@ -1,5 +1,6 @@ <div class="contextual"> <%= link_to(l(:button_change_password), :action => 'password') unless @user.auth_source_id %> +<%= call_hook(:view_my_account_contextual, :user => @user)%> </div> <h2><%=l(:label_my_account)%></h2> <%= error_messages_for 'user' %> |