mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -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");
|
return I18n.t("topic.reply.title");
|
||||||
}.property(),
|
}.property(),
|
||||||
|
|
||||||
renderIcon: function(buffer) {
|
|
||||||
buffer.push("<i class='fa fa-plus'></i>");
|
|
||||||
},
|
|
||||||
|
|
||||||
click: function() {
|
click: function() {
|
||||||
this.get('controller').send('replyToPost');
|
this.get('controller').send('replyToPost');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue