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: eea3ec350008223ccf2b6cb889c0a204bbcf973a (plain)
1
2
3
4
5
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}" }