1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Adds missing buttons class to column header (#42794).

git-svn-id: https://svn.redmine.org/redmine/trunk@23861 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2025-07-05 12:11:22 +00:00
parent e29a4f73e6
commit 198569065b

View File

@ -11,7 +11,7 @@
<% @query.inline_columns.each do |column| %> <% @query.inline_columns.each do |column| %>
<%= column_header(@query, column) %> <%= column_header(@query, column) %>
<% end %> <% end %>
<th class="hide-when-print"></th> <th class="buttons hide-when-print"></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>