##// END OF EJS Templates
Issue subject is not updated when you select another issue on time entry form (#24041)....
Issue subject is not updated when you select another issue on time entry form (#24041). git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15554:18073c971e69
r15569:2544fe6e15d4
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)) -%>