summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Kennedy2022-12-06 11:47:25 -0500
committerGitHub2022-12-06 09:47:25 -0700
commitd4ddea07128a74987558d0599c1eed382fd8b471 (patch)
tree0290b8a574f0ebe66be82e3c1e7b1738c4dfd3d9
parent42c7b629cf68957dab815fe5da4accf484e2cb90 (diff)
downloadtakahe-d4ddea07128a74987558d0599c1eed382fd8b471.tar.gz
takahe-d4ddea07128a74987558d0599c1eed382fd8b471.tar.bz2
takahe-d4ddea07128a74987558d0599c1eed382fd8b471.zip
Quick link to see original post (#132)
-rw-r--r--templates/activities/_post.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/activities/_post.html b/templates/activities/_post.html
index 2c84a02..a813433 100644
--- a/templates/activities/_post.html
+++ b/templates/activities/_post.html
@@ -44,6 +44,10 @@
<a href="{{ post.urls.action_delete }}">
<i class="fa-solid fa-trash"></i> Delete
</a>
+ {% elif not post.local and post.url %}
+ <a href="{{ post.url }}">
+ <i class="fa-solid fa-arrow-up-right-from-square"></i> See Original
+ </a>
{% endif %}
</menu>
</div>