feat(revisions): rebase dossiers brouillons
This commit is contained in:
parent
09a09d3fcf
commit
2a3a9dd822
6 changed files with 204 additions and 0 deletions
|
@ -5,3 +5,7 @@
|
|||
- if champ.updated_at.present? && seen_at.present?
|
||||
%span.updated-at{ class: highlight_if_unseen_class(seen_at, champ.updated_at) }
|
||||
= "modifié le #{try_format_datetime(champ.updated_at)}"
|
||||
|
||||
- if champ.rebased_at.present? && champ.rebased_at > (seen_at || champ.updated_at) && current_user.owns_or_invite?(champ.dossier)
|
||||
%span.updated-at.highlighted
|
||||
Le type de ce champ où sa description a été modifiée par l'administration. Vérifier son contenu.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue