summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2025-07-05 12:11:22 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2025-07-05 12:11:22 +0000
commit198569065b11948558a19cd7c5a4ca8392c4e2c6 (patch)
tree51cd9b208f782f1f95ac8e7b23b371bc8ccf25b5
parente29a4f73e636c4a4ee4dc63019c62678ee049777 (diff)
downloadredmine-198569065b11948558a19cd7c5a4ca8392c4e2c6.tar.gz
redmine-198569065b11948558a19cd7c5a4ca8392c4e2c6.zip
Adds missing buttons class to column header (#42794).
git-svn-id: https://svn.redmine.org/redmine/trunk@23861 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/timelog/_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb
index 6c518161f..aa1c1c293 100644
--- a/app/views/timelog/_list.html.erb
+++ b/app/views/timelog/_list.html.erb
@@ -11,7 +11,7 @@
<% @query.inline_columns.each do |column| %>
<%= column_header(@query, column) %>
<% end %>
- <th class="hide-when-print"></th>
+ <th class="buttons hide-when-print"></th>
</tr>
</thead>
<tbody>