mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
40eca4e3f3
The CleanupOverlay is moved to Minerva and renamed the IssuesOverlay to be consistent with current terminology The new IssuesOverlay is defined inside the module skins.minerva.scripts to which it now belongs. Additional changes: * various file renames * overlay-cleanup renames overlay-issues * cleanuptemplates renamed issues.js * Add a test stub file to avoid the need to load templates inside the test environment After this change, I75f47622d94e504688e04dfb2892540473817053 should be merged to avoid confusion. Change-Id: I08945a324a6b878abe56efed1e988466085b3018
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
<ul class="cleanup">
|
|
{{#issues}}
|
|
<li>
|
|
<div class="issue-notice" data-severity="{{severity}}">
|
|
{{{icon}}}
|
|
<div class="issue-details">{{{text}}}</div>
|
|
</div>
|
|
</li>
|
|
{{/issues}}
|
|
</ul>
|