1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00
Files
Sonarr/UI/AddSeries/RootFolders/RootFolderSelectionTemplate.html
2013-05-26 23:20:03 -07:00

7 lines
197 B
HTML

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