aboutsummaryrefslogtreecommitdiff
path: root/templates/status.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-22 16:27:49 +0000
committerr <r@freesoftwareextremist.com>2019-12-22 16:27:49 +0000
commit05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec (patch)
tree0e82031aec5432ca06b5aefeb2151a27757f6312 /templates/status.tmpl
parent2506615f4228de4189202123d414e8f22b2c1c1b (diff)
downloadbloat-05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec.tar.gz
bloat-05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec.zip
Add nsfw checkbox for posts
Diffstat (limited to 'templates/status.tmpl')
-rw-r--r--templates/status.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl
index e62296d..c27a674 100644
--- a/templates/status.tmpl
+++ b/templates/status.tmpl
@@ -2,7 +2,7 @@
{{if .Reblog}}
<div class="retweet-info">
<a class="img-link" href="/user/{{.Account.ID}}">
- <img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="profile-avatar" />
+ <img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="avatar" />
</a>
<span class="status-dname"> {{EmojiFilter .Account.DisplayName .Account.Emojis}} </span>
<span class="icon dripicons-retweet retweeted"></span>
@@ -15,7 +15,7 @@
{{if not .HideAccountInfo}}
<div class="status-profile-img-container">
<a class="img-link" href="/user/{{.Account.ID}}">
- <img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="profile-avatar" />
+ <img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="avatar" />
</a>
</div>
{{end}}