Merge "Switch order of sidebar menu and article toolbar in DOM"

This commit is contained in:
jenkins-bot 2022-02-23 16:39:20 +00:00 committed by Gerrit Code Review
commit 98bc2ee412
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
<div id="mw-navigation">
{{#data-portlets-sidebar}}{{>Sidebar}}{{/data-portlets-sidebar}}
<div id="mw-head">
<div class="mw-article-toolbar-container">
{{#data-portlets}}
@ -14,4 +13,5 @@
{{/data-portlets}}
</div>
</div>
{{#data-portlets-sidebar}}{{>Sidebar}}{{/data-portlets-sidebar}}
</div>