mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Render deleted users better
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Handlebars.makeBoundHelper(function(user, options) {
|
||||
var attributes = 'class="avatar '+options.hash.class+'"';
|
||||
var attributes = 'class="avatar '+(options.hash.class || '')+'"';
|
||||
var content = '';
|
||||
|
||||
if (user) {
|
||||
|
Reference in New Issue
Block a user