diff options
author | Tyler Kennedy | 2022-12-06 11:47:25 -0500 |
---|---|---|
committer | GitHub | 2022-12-06 09:47:25 -0700 |
commit | d4ddea07128a74987558d0599c1eed382fd8b471 (patch) | |
tree | 0290b8a574f0ebe66be82e3c1e7b1738c4dfd3d9 /templates/activities/_post.html | |
parent | 42c7b629cf68957dab815fe5da4accf484e2cb90 (diff) | |
download | takahe-d4ddea07128a74987558d0599c1eed382fd8b471.tar.gz takahe-d4ddea07128a74987558d0599c1eed382fd8b471.tar.bz2 takahe-d4ddea07128a74987558d0599c1eed382fd8b471.zip |
Quick link to see original post (#132)
Diffstat (limited to 'templates/activities/_post.html')
-rw-r--r-- | templates/activities/_post.html | 4 |
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> |