1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 19:32:51 +00:00
Lidarr/UI/Cells/ApprovalStatusCellTemplate.html

7 lines
83 B
HTML
Raw Normal View History

<ul>
{{#each this}}
<li>{{this}}</li>
{{debug}}
{{/each}}
</ul>