mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: remove curvy arrow on reply to topic button
This commit is contained in:
parent
00bd665c96
commit
ea6cab66cb
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue