change topic share button to match link button
This commit is contained in:
parent
d09ac217bf
commit
556cb792e9
|
@ -13,7 +13,7 @@ Discourse.ShareButton = Discourse.ButtonView.extend({
|
||||||
topic: Em.computed.alias('controller.model'),
|
topic: Em.computed.alias('controller.model'),
|
||||||
|
|
||||||
renderIcon: function(buffer) {
|
renderIcon: function(buffer) {
|
||||||
buffer.push("<i class='icon icon-share'></i>");
|
buffer.push("<i class='icon icon-link'></i>");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue