From cef53df0dac06a4a9a91708e1b0e28ce05d889c1 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Fri, 27 Dec 2024 19:51:10 +0100 Subject: [PATCH] up-/downvoters: link to local user profile --- app/templates/post/post_reply_voting_activity.html | 10 ++++++---- app/templates/post/post_voting_activity.html | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/templates/post/post_reply_voting_activity.html b/app/templates/post/post_reply_voting_activity.html index e2d0e179..69781849 100644 --- a/app/templates/post/post_reply_voting_activity.html +++ b/app/templates/post/post_reply_voting_activity.html @@ -10,18 +10,20 @@

{{ _('Voting Activity for "%(reply_text)s"', reply_text=reply_text) }}

Upvoters +


Downvoters +
{% endblock -%} diff --git a/app/templates/post/post_voting_activity.html b/app/templates/post/post_voting_activity.html index 9e593b52..c7c9d5fe 100644 --- a/app/templates/post/post_voting_activity.html +++ b/app/templates/post/post_voting_activity.html @@ -10,18 +10,20 @@

{{ _('Voting Activity for "%(post_title)s"', post_title=post_title) }}

Upvoters +


Downvoters +
{% endblock -%}