mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
Fix incorrect position of the "Associated revisions" block when comments are displayed in reverse chronological order (#31438).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18229 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4b19df4dd3
commit
ac6ab7e74e
@ -120,6 +120,8 @@ end %>
|
||||
|
||||
</div>
|
||||
|
||||
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
|
||||
|
||||
<% if @changesets.present? %>
|
||||
<div id="issue-changesets">
|
||||
<h3><%=l(:label_associated_revisions)%></h3>
|
||||
@ -127,8 +129,6 @@ end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
|
||||
|
||||
<% if @journals.present? %>
|
||||
<div id="history">
|
||||
<h3><%=l(:label_history)%></h3>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user