1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

A little formating on add series

This commit is contained in:
Mark McDowall
2013-07-11 09:51:38 -07:00
parent 61e8e180fc
commit 6ea0b16585
5 changed files with 51 additions and 50 deletions
@@ -1,6 +1,6 @@
<select class="span6 x-root-folder">
{{#each this}}
<option value="{{id}}">{{path}}</option>
<option value="{{id}}">{{path}}</option>
{{/each}}
<option value="addNew">Add a different path</option>
</select>