mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
missed a closing buffer.push tag
This commit is contained in:
parent
fdacb67c71
commit
ed5896c511
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default Ember.Component.extend({
|
|||
if (icon) {
|
||||
buffer.push("<i class='glyph fa fa-" + icon + "'></i> ");
|
||||
}
|
||||
buffer.push(this.get('description') + " <span class='count'>(" + this.get('activityCount') + ")</span>");
|
||||
buffer.push(this.get('description') + " <span class='count'>(" + this.get('activityCount') + ")</span></a>");
|
||||
},
|
||||
|
||||
icon: function() {
|
||||
|
|
Loading…
Reference in a new issue