mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Add a plugin outlet beside the poster's name.
This commit is contained in:
parent
f1bce927b3
commit
5f5933b4bb
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
<div class='topic-body'>
|
||||
<div class='topic-meta-data'>
|
||||
{{poster-name post=this}}
|
||||
{{plugin-outlet "poster-name-right"}}
|
||||
<div class='post-info'>
|
||||
<a class='post-date' {{bind-attr href="shareUrl" data-share-url="shareUrl" data-post-number="post_number"}}>{{age-with-tooltip created_at}}</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue