Merge pull request #9716 from mfo/US/tags.pre-wrap.text

correctif(tags): ETQ admin, je peux utiliser un tag referençant un type de champ dont le libellé contient deux espaces consécutif
This commit is contained in:
mfo 2023-11-16 16:08:10 +00:00 committed by GitHub
commit 256babbf74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
.items
- tags.each do |tag|
.item
%code.tag
%code.tag{ style: "white-space: pre-wrap;" }
= "--#{tag[:libelle]}--"
.description
= tag[:description]