Project

General

Profile

Feature #41044 ยป 0001-add-view-my-page-contextual-and-splitcontent.patch

Akihiro Sada, 2024-07-21 11:27

View differences:

app/views/my/page.html.erb
3 3
    <%= label_tag('block-select', l(:button_add)) %>:
4 4
    <%= block_select_tag(@user) %>
5 5
  <% end %>
6
  <%= call_hook(:view_my_page_contextual, :user => @user) %>
6 7
</div>
7 8

  
8 9
<h2><%=l(:label_my_page)%></h2>
......
13 14
    <%= render_blocks(@blocks[group], @user) %>
14 15
  </div>
15 16
<% end %>
17
<%= call_hook(:view_my_page_splitcontent, :user => @user) %>
16 18
</div>
17 19

  
18 20
<%= context_menu %>
    (1-1/1)