summaryrefslogtreecommitdiff
path: root/app/views/shared/boards/components/sidebar/_time_tracker.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/boards/components/sidebar/_time_tracker.html.haml')
-rw-r--r--app/views/shared/boards/components/sidebar/_time_tracker.html.haml1
1 files changed, 1 insertions, 0 deletions
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}" }