import ButtonView from 'discourse/views/button'; export default ButtonView.extend({ classNames: ['share'], textKey: 'topic.share.title', helpKey: 'topic.share.help', 'data-share-url': Em.computed.alias('topic.shareUrl'), topic: Em.computed.alias('controller.model'), renderIcon: function(buffer) { buffer.push(""); } });