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 9f230a4a09b..eea3ec35000 100644
--- a/app/views/shared/boards/components/sidebar/_time_tracker.html.haml
+++ b/app/views/shared/boards/components/sidebar/_time_tracker.html.haml
@@ -1,5 +1,6 @@
.block.time-tracking
%time-tracker{ ":limit-to-hours" => "timeTrackingLimitToHours",
+ ":issuable-id" => "issue.id ? issue.id.toString() : ''",
":issuable-iid" => "issue.iid ? issue.iid.toString() : ''",
":full-path" => "issue.project ? issue.project.fullPath : ''",
"root-path" => "#{root_url}" }