From b5758986c6b2fd126506a280f07b0a8c3574026c Mon Sep 17 00:00:00 2001 From: "r@freesoftwareextremist.com" Date: Sat, 22 Aug 2020 06:45:40 +0000 Subject: Show username tootltip on avatar --- templates/notification.tmpl | 6 +++--- templates/status.tmpl | 4 ++-- templates/userlist.tmpl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 02b3847..b1855a6 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -20,7 +20,7 @@
@@ -43,7 +43,7 @@ {{else if eq .Type "reblog"}}
- avatar + avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted your post @@ -56,7 +56,7 @@ {{else if eq .Type "favourite"}}
- avatar + avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} liked your post diff --git a/templates/status.tmpl b/templates/status.tmpl index ec0d297..3c0533b 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -3,7 +3,7 @@ {{if .Reblog}}
- avatar + avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted @@ -15,7 +15,7 @@
diff --git a/templates/userlist.tmpl b/templates/userlist.tmpl index 426bffc..b4e8cd0 100644 --- a/templates/userlist.tmpl +++ b/templates/userlist.tmpl @@ -4,7 +4,7 @@
-- cgit v1.2.3