Project

General

Profile

Patch #32370 » fix_flipping_action_menu_on_issues_view.diff

Bernhard Rohloff, 2019-10-30 06:04

View differences:

app/views/issues/show.html.erb (Arbeitskopie)
120 120

  
121 121
</div>
122 122

  
123
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
124

  
125 123
<div id="history">
126 124
<%= render_tabs issue_history_tabs, issue_history_default_tab %>
127 125
</div>
128 126

  
129
<%= render partial: 'action_menu_edit' unless User.current.wants_comments_in_reverse_order? %>
127
<%= render partial: 'action_menu_edit' %>
130 128

  
131 129
<% other_formats_links do |f| %>
132 130
  <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
(1-1/2)