Topic page template: add extra wrapper around the username also for the deleted user case (missed in af69b78ecb )

This commit is contained in:
Boris 2014-04-29 11:55:16 +10:00
parent c934411228
commit 88734957bf
1 changed files with 3 additions and 1 deletions

View File

@ -41,8 +41,10 @@
{{else}}
<div class="contents">
<i class="fa fa-trash-o deleted-user-avatar"></i>
<div class="names">
<h3 class="deleted-username">{{i18n user.deleted}}</h3>
</div>
</div>
{{/unless}}
</div>