1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00
Files
Sonarr/UI/AddSeries/RootFolders/RootFolderSelectionPartial.html
T
2013-07-04 20:26:07 -07:00

7 lines
185 B
HTML

<select class="span6 x-root-folder">
{{#each this}}
<option value="{{id}}">{{path}}</option>
{{/each}}
<option value="addNew">Add a different path</option>
</select>