Files
Readarr/src/UI/Quality/QualityProfileSelectionPartial.html
Mark McDowall 99f2b07a11 Bootstrap 3
New: Updated UI
New: Mobile browser support
Fixed: /favicon.ico will return the favicon now
2014-05-11 15:57:33 -07:00

5 lines
147 B
HTML

<select class="col-md-2 form-control x-quality-profile">
{{#each this}}
<option value="{{id}}">{{name}}</option>
{{/each}}
</select>