From cef53df0dac06a4a9a91708e1b0e28ce05d889c1 Mon Sep 17 00:00:00 2001
From: Hendrik L
Date: Fri, 27 Dec 2024 19:51:10 +0100
Subject: [PATCH 1/7] 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 -%}
From b2b8e5eeb478eff6d3a67f50d949d9dd1689c5f3 Mon Sep 17 00:00:00 2001
From: Hendrik L
Date: Fri, 27 Dec 2024 20:19:52 +0100
Subject: [PATCH 2/7] user profile: add link to profile on original server
---
app/templates/user/show_profile.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/templates/user/show_profile.html b/app/templates/user/show_profile.html
index a3aad723..7f9e5b5f 100644
--- a/app/templates/user/show_profile.html
+++ b/app/templates/user/show_profile.html
@@ -87,6 +87,7 @@
{{ _('More') }}