File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
-# https://github.com/puzzle/puzzletime.
5
5
6
6
.header-planned-container
7
- .header-planned-row.total-sum
8
- .header-planned-prefix
9
- Total:
10
- .header-planned-amount
11
- = format_number(@board.total_planned_hours, 0) + ' / ' + format_number(@board.total_plannable_hours, 0)
12
- .header-planned-postfix
13
- Stunden verplant
14
- .header-planned-row.inperiod-sum
15
- .header-planned-prefix
16
- Ausgewählter Zeitbereich:
17
- .header-planned-amount
18
- = format_number(@board.total_planned_hours(true), 0)
19
- .header-planned-postfix
20
- Stunden verplant
7
+ .header-planned-row.total-sum
8
+ .header-planned-prefix
9
+ Total:
10
+ .header-planned-amount
11
+ = format_number(@board.total_planned_hours, 0) + ' / ' + format_number(@board.total_plannable_hours, 0)
12
+ .header-planned-postfix
13
+ Stunden verplant
14
+ .header-planned-row.inperiod-sum
15
+ .header-planned-prefix
16
+ Ausgewählter Zeitbereich:
17
+ .header-planned-amount
18
+ = format_number(@board.total_planned_hours(true), 0)
19
+ .header-planned-postfix
20
+ Stunden verplant
21
21
You can’t perform that action at this time.
0 commit comments