Use a non-breaking space after the “numéro” contraction
This commit is contained in:
parent
aa41349f0c
commit
ddf02ccd6d
21 changed files with 25 additions and 25 deletions
|
@ -3,6 +3,6 @@ class NotificationDecorator < Draper::Decorator
|
|||
|
||||
def index_display
|
||||
['champs', 'piece_justificative'].include?(type_notif) ? type = liste.join(" ") : type = liste.last
|
||||
{ dossier: "Dossier nº#{dossier.id}", date: created_at.strftime('%d/%m %H:%M'), type: type }
|
||||
{ dossier: "Dossier nº #{dossier.id}", date: created_at.strftime('%d/%m %H:%M'), type: type }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue