mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
Topic page template: add extra wrapper around the username also for the deleted user case (missed in af69b78ecbb79b881f8f577ad61d69875ae9fa99 )
This commit is contained in:
parent
c934411228
commit
88734957bf
@ -41,7 +41,9 @@
|
||||
{{else}}
|
||||
<div class="contents">
|
||||
<i class="fa fa-trash-o deleted-user-avatar"></i>
|
||||
<h3 class="deleted-username">{{i18n user.deleted}}</h3>
|
||||
<div class="names">
|
||||
<h3 class="deleted-username">{{i18n user.deleted}}</h3>
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user