mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 19:21:39 +00:00
3020e58eaa
Updates the menuGroup.mustache and ToggleListItem.mustache templates to include the IconLegacy.mustache template partial. These templates are used by the main menu and dropdown menus (logged-in user menu and advanced mobile contributions 'more' menu). This should result in no visual or HTML changes. Bug: T342908 Change-Id: Idfad10b48c9ee9e833509e3c4063c6a4b014a31b
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
<li class="{{class}}">
|
|
{{#components}}
|
|
<a href="{{href}}" class="{{class}}"
|
|
data-mw="interface" data-event-name="{{data-event-name}}">
|
|
{{#data-icon}} {{>IconLegacy}} {{/data-icon}}
|
|
<span>{{text}}</span>
|
|
</a>
|
|
{{/components}}
|
|
</li>
|