mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FEATURE: add page identifier on user badges page
This commit is contained in:
parent
4f13422c47
commit
afef9a0668
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
import ScrollTop from 'discourse/mixins/scroll-top';
|
||||
import { createViewWithBodyClass } from 'discourse/lib/create-view';
|
||||
|
||||
export default Ember.View.extend(ScrollTop);
|
||||
export default createViewWithBodyClass('user-badges-page').extend(ScrollTop);
|
||||
|
|
Loading…
Reference in a new issue