Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_time_tracker.html.haml « sidebar « components « boards « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 430814999208efc82ce96e7081a8a562a4f94374 (plain)
1
2
3
4
5
6
7
.block.time-tracking
  %time-tracker{ ":time-estimate" => "issue.timeEstimate || 0",
    ":time-spent" => "issue.timeSpent || 0",
    ":human-time-estimate" => "issue.humanTimeEstimate",
    ":human-time-spent" => "issue.humanTimeSpent",
    ":limit-to-hours" => "timeTrackingLimitToHours",
    "root-path" => "#{root_url}" }