mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
FIX: remove curvy arrow on reply to topic button
This commit is contained in:
parent
00bd665c96
commit
ea6cab66cb
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user