diff --git a/app/assets/javascripts/discourse/app/templates/modal/history.hbs b/app/assets/javascripts/discourse/app/templates/modal/history.hbs index fb41be53b0a..528f5a8bf3f 100644 --- a/app/assets/javascripts/discourse/app/templates/modal/history.hbs +++ b/app/assets/javascripts/discourse/app/templates/modal/history.hbs @@ -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)}} {{bound-date model.created_at}} {{#if model.edit_reason}} — {{model.edit_reason}}