mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-02 00:44:47 -04:00
bit more spacing for quote reply glyph
This commit is contained in:
parent
1ed6406a7d
commit
8ce9eefdce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue