From 0133f3b5e9086fba5006314c183451974d50502c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 21 Mar 2021 15:48:03 +0200 Subject: Major redesign of post page component and removed post edit and delete functionality, as well as old navbar from it --- .../components/post-page/post-page.component.html | 40 ++++++---------------- 1 file changed, 10 insertions(+), 30 deletions(-) (limited to 'src/app/components/post-page/post-page.component.html') diff --git a/src/app/components/post-page/post-page.component.html b/src/app/components/post-page/post-page.component.html index ad748e3..529d971 100644 --- a/src/app/components/post-page/post-page.component.html +++ b/src/app/components/post-page/post-page.component.html @@ -2,38 +2,18 @@ -
- +
-
- - -
-
- - - - + + +
-
-
- {{ file.name ? file.name : 'Attachment' }} -
- ☒ -
+
+
+
+
-
-
- - -
-
-
-- cgit v1.2.3