mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
UX: add reply glyph back to topic level reply button
This commit is contained in:
parent
5569c45d3b
commit
825bd0d053
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ 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-reply'></i>");
|
||||||
|
}
|
||||||
|
|
||||||
click: function() {
|
click: function() {
|
||||||
this.get('controller').send('replyToPost');
|
this.get('controller').send('replyToPost');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue