Skip to content

Commit f576741

Browse files
committed
Fix haml-lint errors
1 parent b3233fb commit f576741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/evaluator/details.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
77
- @title = "#{@evaluation.worktime_name} Details #{@period.to_s}"
88

9-
- @evaluation.header_info_labels.each do | label |
9+
- @evaluation.header_info_labels.each do |label|
1010
%p= build_detail_label(label[:item], prefix=label[:prefix], link_text=label[:link_text])
1111

12-
- @evaluation.header_info_labels_custom.each do | custom_label |
12+
- @evaluation.header_info_labels_custom.each do |custom_label|
1313
%p= build_detail_label_custom(custom_label, @period)
1414

1515
- if @absence

0 commit comments

Comments
 (0)