Prowlarr/src/UI/Cells/ApprovalStatusCellTemplate.hbs
2015-05-05 08:41:39 -07:00

11 lines
163 B
Handlebars

<ul>
{{#each this}}
<li>
{{#if reason}}
{{reason}}
{{else}}
{{this}}
{{/if}}
</li>
{{/each}}
</ul>