diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-06 09:02:02 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-06 09:02:02 +0000 |
commit | 4ed6c952c07e24b0577d461a28b74612309d4c7f (patch) | |
tree | 5805d87fd4a647edf106a9995446e958f4783590 | |
parent | c6f6b752960e7c62d1971a8471308f15e214350b (diff) | |
download | redmine-4ed6c952c07e24b0577d461a28b74612309d4c7f.tar.gz redmine-4ed6c952c07e24b0577d461a28b74612309d4c7f.zip |
Merge r23861 from trunk to 5.1-stable (#42794).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23873 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 b72cf09d2..5f22627b9 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> |