diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-15 21:10:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-15 21:10:04 +0000 |
commit | 83d921d51bd5bf8bd0ecd078706d7c037fb711cb (patch) | |
tree | f8f43552f05e747c06d16ac82b23eb33182a9e8f /app/views/shared/milestones | |
parent | a8476fe0cd764ac054763032b7cf6e63b0b493c5 (diff) | |
download | gitlab-ce-83d921d51bd5bf8bd0ecd078706d7c037fb711cb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/milestones')
-rw-r--r-- | app/views/shared/milestones/_sidebar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_sidebar.html.haml b/app/views/shared/milestones/_sidebar.html.haml index 883732da958..56b2b0d5801 100644 --- a/app/views/shared/milestones/_sidebar.html.haml +++ b/app/views/shared/milestones/_sidebar.html.haml @@ -98,7 +98,7 @@ time_spent: @milestone.total_time_spent, human_time_estimate: @milestone.human_total_time_estimate, human_time_spent: @milestone.human_total_time_spent, - id: @milestone.id, + iid: @milestone.iid, limit_to_hours: Gitlab::CurrentSettings.time_tracking_limit_to_hours.to_s } } = render_if_exists 'shared/milestones/weight', milestone: milestone |