From 18afebc1dc789cc0f1be2f11f397d359998ec2d5 Mon Sep 17 00:00:00 2001 From: Edward Hibbert Date: Sat, 21 Jul 2018 13:21:35 +0100 Subject: [PATCH] Tweak how we show chat messages have been read --- http/template/chat/interested.html | 4 +++- http/template/chat/message.html | 4 +++- http/template/chat/nudge.html | 4 +++- http/template/chat/scheduleupdated.html | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/http/template/chat/interested.html b/http/template/chat/interested.html index 56d5fff8f..9e5dfa3da 100644 --- a/http/template/chat/interested.html +++ b/http/template/chat/interested.html @@ -55,7 +55,9 @@ <% if (obj.seenbyall) { %> <% } else if (obj.mailedtoall) { %> - + + <% } else { %> + <% } %> <% } %> {{timeago(date)}} diff --git a/http/template/chat/message.html b/http/template/chat/message.html index 37dd3121a..e438e8166 100644 --- a/http/template/chat/message.html +++ b/http/template/chat/message.html @@ -51,7 +51,9 @@ <% if (obj.seenbyall) { %> <% } else if (obj.mailedtoall) { %> - + + <% } else { %> + <% } %> <% } %> {{timeago(date)}} diff --git a/http/template/chat/nudge.html b/http/template/chat/nudge.html index 200a15452..065e48c1e 100644 --- a/http/template/chat/nudge.html +++ b/http/template/chat/nudge.html @@ -30,7 +30,9 @@ <% if (obj.seenbyall) { %> <% } else if (obj.mailedtoall) { %> - + + <% } else { %> + <% } %> <% } %> {{timeago(date)}} diff --git a/http/template/chat/scheduleupdated.html b/http/template/chat/scheduleupdated.html index 2dbaa845a..080e40e60 100644 --- a/http/template/chat/scheduleupdated.html +++ b/http/template/chat/scheduleupdated.html @@ -50,7 +50,9 @@ <% if (obj.seenbyall) { %> <% } else if (obj.mailedtoall) { %> - + + <% } else { %> + <% } %> <% } %> {{timeago(date)}}