DEV: Add plugin outlet `revision-user-details-after`.

This commit is contained in:
Guo Xiang Tan 2020-05-13 15:40:11 +08:00
parent 50e63f5202
commit c405b15914
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
{{#link-to "user" model.username}}
{{bound-avatar-template model.avatar_template "small"}} {{model.username}}
{{/link-to}}
{{plugin-outlet name="revision-user-details-after" noTags=true args=(hash model=model)}}
<span class="date">{{bound-date model.created_at}}</span>
{{#if model.edit_reason}}
&mdash; <span class="edit-reason">{{model.edit_reason}}</span>