FIX: remove curvy arrow on reply to topic button

This commit is contained in:
Régis Hanol 2014-09-08 19:02:14 +02:00
parent 00bd665c96
commit ea6cab66cb

View file

@ -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');
}