Add all user replies page

This commit is contained in:
rubenwardy
2022-01-03 01:41:50 +00:00
parent 8f4e214c52
commit 933d8ebfe7
4 changed files with 79 additions and 4 deletions

View File

@@ -101,13 +101,13 @@
</span>
</a>
<span>
<a class="btn" href="{{ url_for('threads.user_replies', username=user.username) }}">
<i class="fas fa-comment"></i>
<span class="count">
<strong>{{ user.replies.count() }}</strong>
{{ _("comments") }}
</span>
</span>
</a>
</div>
</div>
</div>