From 1cc7e6842485c7b125ac9152bbec9b7790abaac5 Mon Sep 17 00:00:00 2001 From: Alma Armas Date: Thu, 16 Jul 2020 20:10:24 +0000 Subject: [PATCH] Fix post indentation --- Web/Presenters/templates/components/post.xml | 30 +++++++++----------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/Web/Presenters/templates/components/post.xml b/Web/Presenters/templates/components/post.xml index dd3c545d..d0853385 100644 --- a/Web/Presenters/templates/components/post.xml +++ b/Web/Presenters/templates/components/post.xml @@ -15,7 +15,7 @@ {$author->getCanonicalName()} - {if $author->isVerified()}{/if} + {if $author->isVerified()}{/if} {$post->isPostedOnBehalfOfGroup() ? "опубликовали" : ($author->isFemale() ? tr("post_writes_f") : tr("post_writes_m"))} {if ($onWallOf ?? false) &&!$post->isPostedOnBehalfOfGroup() && $post->getOwnerPost() !== $post->getTargetWall()} {var wallId = $post->getTargetWall()} @@ -86,21 +86,19 @@ - - -
- {var liked = $post->hasLikeFrom($thisUser)} - - - -
- {$post->getLikesCount()} -
- - +
+ {var liked = $post->hasLikeFrom($thisUser)} + +
+ {$post->getLikesCount()} +
+
+ +
+