mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: add reply glyph back to topic level reply button
This commit is contained in:
parent
5569c45d3b
commit
825bd0d053
@ -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 New Issue
Block a user