mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
bit more spacing for quote reply glyph
This commit is contained in:
parent
1ed6406a7d
commit
8ce9eefdce
|
@ -11,7 +11,7 @@ Discourse.QuoteButtonView = Discourse.View.extend({
|
||||||
classNameBindings: ['hasBuffer'],
|
classNameBindings: ['hasBuffer'],
|
||||||
|
|
||||||
render: function(buffer) {
|
render: function(buffer) {
|
||||||
buffer.push('<i class="icon-quote-right"></i> ');
|
buffer.push('<i class="icon-quote-right"></i> ');
|
||||||
buffer.push(Em.String.i18n("post.quote_reply"));
|
buffer.push(Em.String.i18n("post.quote_reply"));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user