Add notification for cerfa
This commit is contained in:
parent
5eaa2941ad
commit
6ed91073c4
4 changed files with 24 additions and 6 deletions
|
@ -26,6 +26,8 @@ class NotificationService
|
|||
case @type_notif
|
||||
when 'commentaire'
|
||||
"#{notification.liste.size + 1} nouveau(x) commentaire(s) déposé(s)."
|
||||
when 'cerfa'
|
||||
"Un nouveau formulaire a été déposé."
|
||||
else
|
||||
'Notification par défaut'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue