This commit is contained in:
Simon Lehericey 2017-10-30 18:03:23 +01:00 committed by Mathieu Magnin
parent 6978ec2136
commit 9750af24d4

View file

@ -60,7 +60,7 @@
.type= "Un attribut a été changé: #{notification.liste.last}"
- elsif ['piece_justificative'].include?(notification.type_notif)
- if notification.liste.size > 1
.type= "Plusieurs pièces jointes ont été changés, dont: #{notification.liste.join(" ")}"
.type= "Plusieurs pièces jointes ont été changées, dont: #{notification.liste.join(" ")}"
- else
.type= "Une pièce jointe a été changée: #{notification.liste.last}"
- else