Defect #31438 » fix-31438.diff
| app/views/issues/show.html.erb (作業コピー) | ||
|---|---|---|
| 120 | 120 | |
| 121 | 121 |
</div> |
| 122 | 122 | |
| 123 |
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> |
|
| 124 | ||
| 123 | 125 |
<% if @changesets.present? %> |
| 124 | 126 |
<div id="issue-changesets"> |
| 125 | 127 |
<h3><%=l(:label_associated_revisions)%></h3> |
| ... | ... | |
| 127 | 129 |
</div> |
| 128 | 130 |
<% end %> |
| 129 | 131 | |
| 130 |
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> |
|
| 131 | ||
| 132 | 132 |
<% if @journals.present? %> |
| 133 | 133 |
<div id="history"> |
| 134 | 134 |
<h3><%=l(:label_history)%></h3> |