more de-chevroning of user page

This commit is contained in:
Jeff Atwood 2014-11-13 23:45:08 -08:00
parent 6a40501cb3
commit 529a0cdcf2
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ export default Ember.Component.extend({
buffer.push("<i class='glyph fa fa-" + icon + "'></i> ");
}
buffer.push(this.get('description') + " <span class='count'>(" + this.get('activityCount') + ")</span>");
buffer.push("<span class='fa fa-chevron-right'></span></a>");
},
icon: function() {