mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
3bae52817b
* Add missing spaces between attributes. * Remove duplicate attributes. * Remove unnecessary spaces and newlines. Change-Id: Ia688234712f24f20cb1b45496f4736a98e69b00f
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
<li class="toggle-list-item {{class}}">
|
|
{{#components}}
|
|
<a class="toggle-list-item__anchor {{class}}"{{#array-attributes}} {{key}}="{{value}}"{{/array-attributes}}>
|
|
{{#data-icon}}{{>Icon}}{{/data-icon}}
|
|
<span class="toggle-list-item__label">{{label}}</span>
|
|
</a>
|
|
{{/components}}
|
|
</li>
|