mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
878989bd85
We have two type defs - IssueSummary and PageIssue. I'd like to consolidate these two types by making IssueSummary a combination of the two Change-Id: Ic831b463fa66b0cacdd0b9b79aff741e55c0ec24
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
<ul class="cleanup">
|
|
{{#issues}}
|
|
<li>
|
|
<div class="issue-notice" data-severity="{{severity}}">
|
|
{{{iconString}}}
|
|
<div class="issue-details">{{{text}}}</div>
|
|
</div>
|
|
</li>
|
|
{{/issues}}
|
|
</ul>
|