mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:57:10 +08:00
FEATURE: add page identifier on user badges page
This commit is contained in:
parent
4f13422c47
commit
afef9a0668
@ -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…
x
Reference in New Issue
Block a user