mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 01:31:50 -05:00
5 lines
131 B
HTML
5 lines
131 B
HTML
<select class="span2 x-quality-profile">
|
|
{{#each this}}
|
|
<option value="{{id}}">{{name}}</option>
|
|
{{/each}}
|
|
</select> |