mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: remove curvy arrow on reply to topic button
This commit is contained in:
@@ -12,10 +12,6 @@ export default ButtonView.extend({
|
||||
return I18n.t("topic.reply.title");
|
||||
}.property(),
|
||||
|
||||
renderIcon: function(buffer) {
|
||||
buffer.push("<i class='fa fa-plus'></i>");
|
||||
},
|
||||
|
||||
click: function() {
|
||||
this.get('controller').send('replyToPost');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user