1
0
mirror of https://github.com/flarum/core.git synced 2025-02-25 19:53:48 +01:00

Set default item priorities

This commit is contained in:
Toby Zerner 2015-07-23 16:38:30 +09:30
parent 61e4763c68
commit 6c8144f90a
2 changed files with 4 additions and 2 deletions

View File

@ -276,7 +276,8 @@ export default class DiscussionPage extends mixin(Component, evented) {
PostStreamScrubber.component({ PostStreamScrubber.component({
stream: this.stream, stream: this.stream,
className: 'App-titleControl' className: 'App-titleControl'
}) }),
-100
); );
return items; return items;

View File

@ -175,7 +175,8 @@ export default class IndexPage extends Component {
href: app.route('index', params), href: app.route('index', params),
children: app.trans('core.all_discussions'), children: app.trans('core.all_discussions'),
icon: 'comments-o' icon: 'comments-o'
}) }),
100
); );
return items; return items;