page.html.erb
21 lines
| 505 B
| text/plain
|
TextLexer
|
r330 | <div class="contextual"> | ||
|
r15551 | <%= link_to l(:label_personalize_page), {:action => 'page_layout'}, :class => 'icon icon-edit' %> | ||
|
r330 | </div> | ||
<h2><%=l(:label_my_page)%></h2> | ||||
<div id="list-top"> | ||||
|
r15545 | <%= render_blocks(@blocks['top'], @user) %> | ||
|
r330 | </div> | ||
<div id="list-left" class="splitcontentleft"> | ||||
|
r15545 | <%= render_blocks(@blocks['left'], @user) %> | ||
|
r330 | </div> | ||
<div id="list-right" class="splitcontentright"> | ||||
|
r15545 | <%= render_blocks(@blocks['right'], @user) %> | ||
|
r330 | </div> | ||
|
r15554 | <%= context_menu %> | ||
|
r951 | |||
|
r1019 | <% html_title(l(:label_my_page)) -%> | ||