FEATURE: add more page identifiers
This commit is contained in:
parent
a26e0df0c7
commit
4f13422c47
|
@ -0,0 +1,3 @@
|
|||
import { createViewWithBodyClass } from 'discourse/lib/create-view';
|
||||
|
||||
export default createViewWithBodyClass('about-page');
|
|
@ -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('badges-page').extend(ScrollTop);
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
import { createViewWithBodyClass } from 'discourse/lib/create-view';
|
||||
|
||||
export default createViewWithBodyClass('tags-page');
|
|
@ -0,0 +1,3 @@
|
|||
import { createViewWithBodyClass } from 'discourse/lib/create-view';
|
||||
|
||||
export default createViewWithBodyClass('users-page');
|
Loading…
Reference in New Issue