From 76e78e70e54da19e47ef01a9c404436fb7992e05 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 4 Feb 2018 10:50:39 -0800 Subject: [PATCH] refactor status some more --- routes/_components/status/Status.html | 35 ++++++++----------- ...ments.html => StatusMediaAttachments.html} | 0 routes/_components/status/StatusSidebar.html | 17 +++++++++ .../{Toolbar.html => StatusToolbar.html} | 0 4 files changed, 31 insertions(+), 21 deletions(-) rename routes/_components/status/{MediaAttachments.html => StatusMediaAttachments.html} (100%) create mode 100644 routes/_components/status/StatusSidebar.html rename routes/_components/status/{Toolbar.html => StatusToolbar.html} (100%) diff --git a/routes/_components/status/Status.html b/routes/_components/status/Status.html index 1e5d00f7..f0234db8 100644 --- a/routes/_components/status/Status.html +++ b/routes/_components/status/Status.html @@ -6,21 +6,21 @@ {{/if}} - + {{#if originalStatus.spoiler_text}} {{/if}} {{#if !originalStatus.spoiler_text || spoilerShown}} {{/if}} - {{#if originalMediaAttachments && originalMediaAttachments.length}} - {{/if}} - + \ No newline at end of file diff --git a/routes/_components/status/Toolbar.html b/routes/_components/status/StatusToolbar.html similarity index 100% rename from routes/_components/status/Toolbar.html rename to routes/_components/status/StatusToolbar.html