mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +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'],
|
||||
|
||||
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"));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user