MinervaNeue/resources/skins.minerva.scripts/PageIssuesOverlayContent.hogan
jdlrobson 878989bd85 Merge PageIssue and IssueSummary type defs
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
2018-10-23 12:10:22 -07:00

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>