diff options
author | Andrew Godwin | 2022-11-24 15:17:32 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-24 15:17:32 -0700 |
commit | ec634f2ad382f659eedae884154d0db9a2a006b2 (patch) | |
tree | 2a33846e24ab6669e27d3e54b81127a720157479 /templates/activities/_reply.html | |
parent | 4c00e11d63c082b57c1aec8f7c3e58820b56674a (diff) | |
download | takahe-ec634f2ad382f659eedae884154d0db9a2a006b2.tar.gz takahe-ec634f2ad382f659eedae884154d0db9a2a006b2.tar.bz2 takahe-ec634f2ad382f659eedae884154d0db9a2a006b2.zip |
Initial reply-to feature
Diffstat (limited to 'templates/activities/_reply.html')
-rw-r--r-- | templates/activities/_reply.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/activities/_reply.html b/templates/activities/_reply.html new file mode 100644 index 0000000..a6cc81a --- /dev/null +++ b/templates/activities/_reply.html @@ -0,0 +1,4 @@ + +<a title="Reply" href="{{ post.urls.action_reply }}"> + <i class="fa-solid fa-reply"></i> +</a> |