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:
Sam 2015-02-19 14:07:35 +11:00
parent 709ab731c7
commit 1da5060bf8
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
export default Ember.Component.extend({ export default Ember.Component.extend({
_parse: function() { _parse: function() {
this.$().find('hr').remove();
this.$().ellipsis(); this.$().ellipsis();
}.on('didInsertElement'), }.on('didInsertElement'),