diff --git a/Web/Presenters/templates/components/post/microblogpost.xml b/Web/Presenters/templates/components/post/microblogpost.xml index 08f20e05..5606f790 100644 --- a/Web/Presenters/templates/components/post/microblogpost.xml +++ b/Web/Presenters/templates/components/post/microblogpost.xml @@ -25,6 +25,22 @@ {if $author->isVerified()}{/if} + {if ($onWallOf ?? false) &&!$post->isPostedOnBehalfOfGroup() && $post->getOwnerPost() !== $post->getTargetWall()} + {var wallId = $post->getTargetWall()} + {var wallURL = $wallId > -1 ? "/id$wallId" : "/club" . abs($wallId)} + на + + + {if isset($thisUser) && $thisUser->getId() === $wallId} + вашей + {/if} + стене + {if $wallId < 0} + группы + {/if} + + + {/if} {ifset $compact}
{$post->getPublicationTime()}