mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
6 lines
137 B
Handlebars
6 lines
137 B
Handlebars
<select class="col-md-2 form-control x-profile">
|
|
{{#each this}}
|
|
<option value="{{id}}">{{name}}</option>
|
|
{{/each}}
|
|
</select>
|