mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:22:46 +08:00
FIX: HR in profile causing user badge to behave weirdly
makes no sense to have HR in card anyway so removing them
This commit is contained in:
parent
709ab731c7
commit
1da5060bf8
|
@ -1,5 +1,6 @@
|
|||
export default Ember.Component.extend({
|
||||
_parse: function() {
|
||||
this.$().find('hr').remove();
|
||||
this.$().ellipsis();
|
||||
}.on('didInsertElement'),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user