Skip to content

Commit cc7045a

Browse files
committed
fix indentation to two spaces
1 parent 679e296 commit cc7045a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

app/views/plannings/base/_header_planned.html.haml

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
-# https://github.com/puzzle/puzzletime.
55
66
.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
2121

0 commit comments

Comments
 (0)