mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-06 04:01:04 -05:00
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
13 lines
361 B
HTML
13 lines
361 B
HTML
<div class="form-group">
|
|
<label class="col-sm-3 control-label">{{label}}</label>
|
|
|
|
<div class="col-sm-5">
|
|
<select name="fields.{{order}}.value" class="form-control">
|
|
{{#each selectOptions}}
|
|
<option value="{{value}}">{{name}}</option>
|
|
{{/each}}
|
|
</select>
|
|
</div>
|
|
{{> FormHelpPartial}}
|
|
</div>
|