more de-chevroning of user page
This commit is contained in:
parent
6a40501cb3
commit
529a0cdcf2
|
@ -44,7 +44,6 @@ export default Ember.Component.extend({
|
||||||
buffer.push("<i class='glyph fa fa-" + icon + "'></i> ");
|
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>");
|
||||||
buffer.push("<span class='fa fa-chevron-right'></span></a>");
|
|
||||||
},
|
},
|
||||||
|
|
||||||
icon: function() {
|
icon: function() {
|
||||||
|
|
Loading…
Reference in New Issue