From a1f49af1d93bccdd56d4538b149884418bd2ca2c Mon Sep 17 00:00:00 2001 From: r Date: Fri, 20 Dec 2019 18:30:20 +0000 Subject: Add user page and follow/unfollow calls --- templates/notification.tmpl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates/notification.tmpl') diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 099f17e..da6164b 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -6,7 +6,9 @@
{{if eq .Type "follow"}}
- profile-avatar + + profile-avatar +
{{WithEmojis .Account.DisplayName .Account.Emojis}} @@ -24,7 +26,9 @@ {{else if eq .Type "reblog"}}
- profile-avatar + + profile-avatar +
{{WithEmojis .Account.DisplayName .Account.Emojis}} @@ -37,7 +41,9 @@ {{else if eq .Type "favourite"}}
- profile-avatar + + profile-avatar +
{{WithEmojis .Account.DisplayName .Account.Emojis}} -- cgit v1.2.3