From e3d8d1e5e26fffe3e59ad87a068e03a664f9d745 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:24:18 +1300 Subject: [PATCH] make 'view original' link visible to unauthenticated users --- app/templates/post/post_options.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/post/post_options.html b/app/templates/post/post_options.html index e24abe3b..69a48521 100644 --- a/app/templates/post/post_options.html +++ b/app/templates/post/post_options.html @@ -30,12 +30,12 @@
  • {{ _("Hide every post from author's instance: %(name)s", name=post.instance.domain) }}
  • {% endif %} - {% if post.ap_id %} -
  • - {{ _('View original on %(domain)s', domain=post.instance.domain) }}
  • - {% endif %} {% endif %} {% endif %} + {% if post.ap_id %} +
  • + {{ _('View original on %(domain)s', domain=post.instance.domain) }}
  • + {% endif %}
  • {{ _('Report to moderators') }}