From 08c19691a90aed6f5ab3d95ec5b2ee08fd2bed3d Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 10 Feb 2018 11:00:56 -0800 Subject: [PATCH] click to show toot thread --- routes/_components/status/Status.html | 23 ++++++++++++++++++- .../status/StatusRelativeDate.html | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/routes/_components/status/Status.html b/routes/_components/status/Status.html index 846c9d9d..37ac102a 100644 --- a/routes/_components/status/Status.html +++ b/routes/_components/status/Status.html @@ -1,6 +1,7 @@
{{#if (notification && (notification.type === 'reblog' || notification.type === 'favourite')) || status.reblog}} @@ -28,6 +29,7 @@