FEATURE: Add after-user-name plugin outlet (#10113)

This commit is contained in:
Bianca Nenciu 2020-06-24 08:45:11 +03:00 committed by GitHub
parent dcad720a4c
commit 42226e12ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<div class="name-line">
<span class="username"><a href={{this.userPath}} data-user-card={{@user.username}}>{{format-username @user.username}}</a></span>
<span class="name">{{this.name}}</span>
{{plugin-outlet name="after-user-name" connectorTagName="span" args=(hash user=user)}}
</div>
<div class="title">{{@user.title}}</div>