DEV: Add plugin outlet `revision-user-details-after`.
This commit is contained in:
parent
50e63f5202
commit
c405b15914
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue