Use a non-breaking space after the “numéro” contraction

This commit is contained in:
gregoirenovel 2017-04-06 18:16:11 +02:00
parent aa41349f0c
commit ddf02ccd6d
21 changed files with 25 additions and 25 deletions

View file

@ -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