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: b76d44c5907995c3807bddf898f00d3b5692f568 (plain)
1
2
3
4
5
6
.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",
    "root-path" => "#{root_url}" }