FIX: Don't show the email from the suspension on the user profile
This commit is contained in:
parent
4ae1bbaeba
commit
aeebcef7e2
|
@ -342,7 +342,7 @@
|
|||
</div>
|
||||
<div class='controls'>
|
||||
<b>{{i18n 'admin.user.suspend_reason'}}</b>:
|
||||
<div class='full-suspend-reason'>{{model.full_suspend_reason}}</div>
|
||||
<div class='full-reason'>{{model.full_suspend_reason}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
@ -387,7 +387,7 @@
|
|||
</div>
|
||||
<div class='controls'>
|
||||
<b>{{i18n 'admin.user.silence_reason'}}</b>:
|
||||
{{model.silence_reason}}
|
||||
<div class='full-reason'>{{model.silence_reason}}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -177,7 +177,7 @@ $mobile-breakpoint: 700px;
|
|||
}
|
||||
}
|
||||
|
||||
.full-suspend-reason {
|
||||
.full-reason {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue