[Fix #1016] display notifications for new messages
This commit is contained in:
parent
5474ff8bb4
commit
8e67e5c057
7 changed files with 79 additions and 7 deletions
|
@ -6,6 +6,6 @@
|
|||
%ul.messages-list
|
||||
- @dossier.commentaires.each do |commentaire|
|
||||
%li
|
||||
= render partial: "new_gestionnaire/shared/commentaires/commentaire", locals: { commentaire: commentaire }
|
||||
= render partial: "new_gestionnaire/shared/commentaires/commentaire", locals: { commentaire: commentaire, messagerie_seen_at: nil }
|
||||
|
||||
= render partial: "new_gestionnaire/shared/commentaires/form", locals: { commentaire: @commentaire, form_url: commentaire_avis_path(@avis) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue