mirror of
https://github.com/discourse/discourse.git
synced 2025-05-15 04:03:09 +08:00
FIX: adds spacing between category name and text in topic timers
This commit is contained in:
parent
70c4630320
commit
334a611e13
@ -54,7 +54,7 @@ export default Ember.Component.extend(bufferedRender({
|
|||||||
}, options);
|
}, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
buffer.push(I18n.t(this._noticeKey(), options));
|
buffer.push(`<span>${I18n.t(this._noticeKey(), options)}</span>`);
|
||||||
buffer.push('</h3>');
|
buffer.push('</h3>');
|
||||||
|
|
||||||
// TODO Sam: concerned this can cause a heavy rerender loop
|
// TODO Sam: concerned this can cause a heavy rerender loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user