diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-03 14:33:19 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-03 14:33:19 +0000 |
commit | e3f8127c26b9cee59114636527e89ccb44b45672 (patch) | |
tree | 7ba7fd3fdce35072dc559d87a72e77f4d0308aa9 /app | |
parent | 39df88ae202e08b2a4b5964e8696c66ac8982184 (diff) | |
download | redmine-e3f8127c26b9cee59114636527e89ccb44b45672.tar.gz redmine-e3f8127c26b9cee59114636527e89ccb44b45672.zip |
Reverts bad change (#37072).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23195 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/gantts/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index a39f9bfac..725607b48 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -119,7 +119,7 @@ if @gantt.zoom > 1 show_weeks = true - headers_height = 2 * header_height˚˚˚KK + headers_height = 2 * header_height if @gantt.zoom > 2 show_days = true headers_height = 3 * header_height |