aboutsummaryrefslogtreecommitdiff
path: root/templates/notification.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-30 13:56:29 +0000
committerr <r@freesoftwareextremist.com>2020-01-30 13:56:29 +0000
commit84cd3bc4368afdfe41320b1388fd9a14bf90fce9 (patch)
tree1da5f94708d1cb6e33f276459c2da78dd9ec1f77 /templates/notification.tmpl
parentf93fe3276607039a5d09fa83b17c8f353b19ce86 (diff)
downloadbloat-84cd3bc4368afdfe41320b1388fd9a14bf90fce9.tar.gz
bloat-84cd3bc4368afdfe41320b1388fd9a14bf90fce9.zip
Remove icons
Diffstat (limited to 'templates/notification.tmpl')
-rw-r--r--templates/notification.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl
index cc7a4a1..51cc6e3 100644
--- a/templates/notification.tmpl
+++ b/templates/notification.tmpl
@@ -15,7 +15,6 @@
<div>
<div class="notification-info-text">
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <img class="icon" src="{{GetIcon "user-plus" $.Ctx.DarkMode}}" alt="followed" />
<span> followed you </span>
<span>
- <time datetime="{{FormatTimeRFC3339 .CreatedAt}}" title="{{FormatTimeRFC822 .CreatedAt}}">{{TimeSince .CreatedAt}}</time>
@@ -36,7 +35,6 @@
<img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="avatar" />
</a>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <img class="icon" src="{{GetIcon "retweeted" $.Ctx.DarkMode}}" alt="retweeted" />
<span> retweeted your post </span>
<span>
- <time datetime="{{FormatTimeRFC3339 .CreatedAt}}" title="{{FormatTimeRFC822 .CreatedAt}}">{{TimeSince .CreatedAt}}</time>
@@ -50,7 +48,6 @@
<img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="avatar" />
</a>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
- <img class="icon" src="{{GetIcon "liked" $.Ctx.DarkMode}}" alt="liked" />
<span> liked your post </span>
<span>
- <time datetime="{{FormatTimeRFC3339 .CreatedAt}}" title="{{FormatTimeRFC822 .CreatedAt}}">{{TimeSince .CreatedAt}}</time>