mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
DEV: Add plugin outlet revision-user-details-after
.
This commit is contained in:
@ -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}}
|
||||
— <span class="edit-reason">{{model.edit_reason}}</span>
|
||||
|
Reference in New Issue
Block a user