messagerie: fix 'Invité' label in message sender
This commit is contained in:
parent
211674435e
commit
353ab812fc
3 changed files with 22 additions and 1 deletions
|
@ -5,6 +5,10 @@ module CommentaireHelper
|
|||
end
|
||||
end
|
||||
|
||||
def commentaire_is_from_guest(commentaire)
|
||||
commentaire.dossier.invites.map(&:email).include?(commentaire.email)
|
||||
end
|
||||
|
||||
def commentaire_date(commentaire)
|
||||
is_current_year = (commentaire.created_at.year == Date.current.year)
|
||||
template = is_current_year ? :message_date : :message_date_with_year
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue