mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user