Skip to content
Extraits de code Groupes Projets
Valider 57697dea rédigé par Dennis Schubert's avatar Dennis Schubert
Parcourir les fichiers

Quick fix: Fix 500 on /conversations when a author is missing. This is a temporary fix, see #2682

parent 6e02f613
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
.last_author .last_author
.timestamp .timestamp
= t('ago', :time => time_ago_in_words(conversation.updated_at)) = t('ago', :time => time_ago_in_words(conversation.updated_at))
= authors[conversation.id].name - if not authors[conversation.id].nil?
= authors[conversation.id].name
- if conversation.participants.size > 2 - if conversation.participants.size > 2
%span.participant_count %span.participant_count
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter