diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-06 09:01:40 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-06 09:01:40 +0000 |
commit | b695165d2cd35dda1e1c3d8b987eb7593d052224 (patch) | |
tree | e29fb801a1007df7cf81899588690fe0ec27021f | |
parent | ab34002bb2edcbe60b459ef815595c596828f518 (diff) | |
download | redmine-b695165d2cd35dda1e1c3d8b987eb7593d052224.tar.gz redmine-b695165d2cd35dda1e1c3d8b987eb7593d052224.zip |
Merge r23861 from trunk to 6.0-stable (#42794).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23871 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/timelog/_list.html.erb | 2 |
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> |