diff --git a/app/assets/javascripts/discourse/templates/user/stream.hbs b/app/assets/javascripts/discourse/templates/user/stream.hbs index 0d1f07c2f74..ed66367d516 100644 --- a/app/assets/javascripts/discourse/templates/user/stream.hbs +++ b/app/assets/javascripts/discourse/templates/user/stream.hbs @@ -17,9 +17,10 @@ {{fa-icon 'times'}} {{i18n "bookmarks.remove"}} + {{else}} + {{avatar grandChild imageSize="tiny" extraClasses="actor" ignoreTitle="true"}} + {{#if grandChild.edit_reason}} — {{unbound grandChild.edit_reason}}{{/if}} {{/if}} - {{avatar grandChild imageSize="tiny" extraClasses="actor" ignoreTitle="true"}} - {{#if grandChild.edit_reason}} — {{unbound grandChild.edit_reason}}{{/if}} {{/each}} {{/each}}