1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Add view hooks in My page (#41044).

Patch by Akihiro Sada (user:sada4).


git-svn-id: https://svn.redmine.org/redmine/trunk@23036 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-09-08 07:14:50 +00:00
parent 432e074162
commit b6dc29f731

View File

@ -3,6 +3,7 @@
<%= label_tag('block-select', l(:button_add)) %>:
<%= block_select_tag(@user) %>
<% end %>
<%= call_hook(:view_my_page_contextual, :user => @user) %>
</div>
<h2><%=l(:label_my_page)%></h2>
@ -13,6 +14,7 @@
<%= render_blocks(@blocks[group], @user) %>
</div>
<% end %>
<%= call_hook(:view_my_page_splitcontent, :user => @user) %>
</div>
<%= context_menu %>