mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-03 18:26:16 +00:00
93b16db1c5
This reverts commit 111757970e
.
Although I cannot replicate the performance issue, the menu doesn't seem to be rendering at all on cached HTML so this is a deal breaker. Back to the drawing board..
Bug: T234599
Change-Id: Idadc5a079340f44ec66d20a38259b6b337d2dcee
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
<li class="{{class}}">
|
|
{{#components}}
|
|
<a href="{{href}}" class="{{class}}" data-event-name="{{data-event-name}}"><span>{{text}}</span></a>
|
|
{{/components}}
|
|
</li>
|