From 275a17589c2d468d8671a9f754a50b212273d509 Mon Sep 17 00:00:00 2001 From: Heinrich Lee Yu Date: Tue, 11 Jun 2019 18:40:01 +0800 Subject: Rename to time_tracking_limit_to_hours Changes migration and all other places the attribute is used --- app/views/shared/boards/components/sidebar/_time_tracker.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/shared/boards') diff --git a/app/views/shared/boards/components/sidebar/_time_tracker.html.haml b/app/views/shared/boards/components/sidebar/_time_tracker.html.haml index b76d44c5907..43081499920 100644 --- a/app/views/shared/boards/components/sidebar/_time_tracker.html.haml +++ b/app/views/shared/boards/components/sidebar/_time_tracker.html.haml @@ -3,4 +3,5 @@ ":time-spent" => "issue.timeSpent || 0", ":human-time-estimate" => "issue.humanTimeEstimate", ":human-time-spent" => "issue.humanTimeSpent", + ":limit-to-hours" => "timeTrackingLimitToHours", "root-path" => "#{root_url}" } -- cgit v1.2.1