mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user