mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FIX: tweaking topic footer dropdowns (#6882)
- no description on mobile for notifications - better reason text positioning
This commit is contained in:
@ -22,6 +22,10 @@ export default DropdownSelectBoxRoxComponent.extend({
|
||||
|
||||
@computed("_start")
|
||||
description(_start) {
|
||||
if (this.site && this.site.mobileView) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return Handlebars.escapeExpression(I18n.t(`${_start}.description`));
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user