mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 02:17:43 +02:00
Merged r18229 from trunk to 4.0-stable (#31438).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18235 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user