diff options
Diffstat (limited to 'templates/activities')
-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> |