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

no_tracking_pane.js « time_tracking « components « sidebar « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1dd1dcdd277dffb635c4a5dd95a2b1f8aeba5c6 (plain)
1
2
3
4
5
6
7
8
9
10
export default {
  name: 'time-tracking-no-tracking-pane',
  template: `
    <div class="time-tracking-no-tracking-pane">
      <span class="no-value">
        No estimate or time spent
      </span>
    </div>
  `,
};