##// END OF EJS Templates
Make the email notifications for adding/updating issues more readable/clear (#23978)....
Make the email notifications for adding/updating issues more readable/clear (#23978). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16087 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

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