Added :view_my_account_contextual hook.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3089 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9b0acce9c9
commit
5a9528cf3d
|
@ -1,5 +1,6 @@
|
||||||
<div class="contextual">
|
<div class="contextual">
|
||||||
<%= link_to(l(:button_change_password), :action => 'password') unless @user.auth_source_id %>
|
<%= link_to(l(:button_change_password), :action => 'password') unless @user.auth_source_id %>
|
||||||
|
<%= call_hook(:view_my_account_contextual, :user => @user)%>
|
||||||
</div>
|
</div>
|
||||||
<h2><%=l(:label_my_account)%></h2>
|
<h2><%=l(:label_my_account)%></h2>
|
||||||
<%= error_messages_for 'user' %>
|
<%= error_messages_for 'user' %>
|
||||||
|
|
Loading…
Reference in New Issue