A little formating on add series

This commit is contained in:
Mark McDowall 2013-07-11 09:51:38 -07:00
commit 6ea0b16585
5 changed files with 51 additions and 50 deletions

View file

@ -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>