From d5a0663bba3e0b9e9a41aaf2d854ed7eb060d03c Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Wed, 14 Mar 2018 15:19:36 +0000 Subject: [PATCH] Change alignment for subject and don't print it if subject=='' git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@51241 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/community/community.component.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/community/community.component.html b/src/app/community/community.component.html index b9cc7db..ae5169c 100644 --- a/src/app/community/community.component.html +++ b/src/app/community/community.component.html @@ -17,11 +17,13 @@

{{community.description}}

-
-

{{subject}} 

-
+

+ + {{subject}}  + +

- Curated by: + Curated by: {{manager}} Created: {{community.date | date:'dd-MM-yyyy'}}