diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index e0d7479f..05d5c017 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -63,7 +63,7 @@ g_width = (@gantt.date_to - @gantt.date_from + 1)*zoom g_height = [(20 * (@gantt.number_of_rows + 6))+150, 206].max t_height = g_height + headers_height -@gantt.render(:headers_height => headers_height, :top => headers_height + 8, :zoom => zoom, :g_width => g_width) +@gantt.render(:top => headers_height + 8, :zoom => zoom, :g_width => g_width) %>