diff options
Diffstat (limited to 'src/main/resources/templates/views/partial')
-rw-r--r-- | src/main/resources/templates/views/partial/message.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html index bb36b25e..9a4d6452 100644 --- a/src/main/resources/templates/views/partial/message.html +++ b/src/main/resources/templates/views/partial/message.html @@ -13,6 +13,9 @@ {{ msg.created | prettyTime }} </time> </a> + {% if msg.created != msg.updatedAt %} + · Edited + {% endif %} </div> <div class="msg-tags"> {{ tags(msg.user.name, msg.tags | tagsList) }} |