Made userpage posts show subreddit name

Made userpage posts show subreddit name instead of ambigious `COMMENT`
This commit is contained in:
ccuser44 2023-11-08 13:13:46 +02:00 committed by GitHub
parent 2815dc5209
commit 2b06d22687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
</div>
<details class="comment_right" open>
<summary class="comment_data">
<a class="comment_link" href="{{ post.permalink }}">COMMENT</a>
<a class="comment_link" href="{{ post.permalink }}">Comment on r/{{ post.community }}</a>
<span class="created" title="{{ post.created }}">{{ post.rel_time }}</span>
</summary>
<p class="comment_body">{{ post.body|safe }}</p>