Skip to content

Commit ad55e56

Browse files
committed
delete trailing whitespace
1 parent 16622f8 commit ad55e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
66
.header-planned-container
77
.header-planned-row.total-sum
8-
.header-planned-prefix
8+
.header-planned-prefix
99
Total:
1010
.header-planned-amount
1111
= format_number(@board.total_planned_hours, 0) + ' / ' + format_number(@board.total_plannable_hours, 0)
12-
.header-planned-postfix
12+
.header-planned-postfix
1313
Stunden verplant
1414
.header-planned-row.inperiod-sum
15-
.header-planned-prefix
15+
.header-planned-prefix
1616
Ausgewählter Zeitbereich:
1717
.header-planned-amount
1818
= format_number(@board.total_planned_hours(true), 0)
19-
.header-planned-postfix
19+
.header-planned-postfix
2020
Stunden verplant
2121

0 commit comments

Comments
 (0)