mediawiki-skins-Citizen/templates/Drawer__siteStats.mustache
alistair3149 5ccfbcfdeb refactor(core): clean up drawer implementation
This is a part of the site header refactor
* Use relative units
* Add title to toggle button
* Remove unnessecary CSS
* Rewrite HTML classes
* Temporary remove drawer subsearch, it will be re-explored in a later patch
2022-05-10 10:52:36 -04:00

7 lines
269 B
Plaintext

{{#data-drawer-sitestats}}
<div class="citizen-siteStats">
{{#array-drawer-sitestats-item}}
<div class="citizen-siteStats__item" id="citizen-siteStats__item--{{id}}" title="{{label}}">{{value}}</div>
{{/array-drawer-sitestats-item}}
</div>
{{/data-drawer-sitestats}}