diff --git a/app/components/editable_champ/champ_label_component/champ_label_component.html.haml b/app/components/editable_champ/champ_label_component/champ_label_component.html.haml index e8e5874ba..0786f1349 100644 --- a/app/components/editable_champ/champ_label_component/champ_label_component.html.haml +++ b/app/components/editable_champ/champ_label_component/champ_label_component.html.haml @@ -1,7 +1,7 @@ = # we do this trick because some html elements should use 'label' and some should be plain paragraphs - if @champ.html_label? = @form.label @champ.main_value_name, id: @champ.labelledby_id, for: @champ.input_id do - = render EditableChamp::ChampLabelContentComponent.new champ: @champ, seen_at: @seen_at + - render EditableChamp::ChampLabelContentComponent.new champ: @champ, seen_at: @seen_at - else .form-label.mb-4 = render EditableChamp::ChampLabelContentComponent.new champ: @champ, seen_at: @seen_at