##// 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:

r13504:e3618bdbecd9
r15569:2544fe6e15d4
Show More
edit.html.erb
10 lines | 344 B | text/plain | TextLexer
<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= additional_emails_link(@user) %>
<%= change_status_link(@user) %>
<%= delete_link user_path(@user) if User.current != @user %>
</div>
<%= title [l(:label_user_plural), users_path], @user.login %>
<%= render_tabs user_settings_tabs %>