1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00
Radarr/UI/Quality/QualityProfileSelectionPartial.html
2013-06-20 22:19:41 -07:00

5 lines
No EOL
131 B
HTML

<select class="span2 x-quality-profile">
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>