We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3233fb commit f576741Copy full SHA for f576741
app/views/evaluator/details.html.haml
@@ -6,10 +6,10 @@
6
7
- @title = "#{@evaluation.worktime_name} Details #{@period.to_s}"
8
9
-- @evaluation.header_info_labels.each do | label |
+- @evaluation.header_info_labels.each do |label|
10
%p= build_detail_label(label[:item], prefix=label[:prefix], link_text=label[:link_text])
11
12
-- @evaluation.header_info_labels_custom.each do | custom_label |
+- @evaluation.header_info_labels_custom.each do |custom_label|
13
%p= build_detail_label_custom(custom_label, @period)
14
15
- if @absence
0 commit comments