Add a blank line to improve readability
This commit is contained in:
parent
e4f10a3d2d
commit
cc07f0d701
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
= render partial: "shared/champs/text_area/show", locals: { champ: c }
|
= render partial: "shared/champs/text_area/show", locals: { champ: c }
|
||||||
- else
|
- else
|
||||||
= sanitize(c.to_s)
|
= sanitize(c.to_s)
|
||||||
|
|
||||||
- if c.type_champ != TypeDeChamp.type_champs.fetch(:header_section)
|
- if c.type_champ != TypeDeChamp.type_champs.fetch(:header_section)
|
||||||
%td.updated-at
|
%td.updated-at
|
||||||
%span{ class: highlight_if_unseen_class(demande_seen_at, c.updated_at) }
|
%span{ class: highlight_if_unseen_class(demande_seen_at, c.updated_at) }
|
||||||
|
|
Loading…
Reference in a new issue